Skip to Main Content
Cloud Platform


This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


ADD A NEW IDEA

FILTER BY CATEGORY

Rational Analysis, Design & Construction

Showing 526 of 1819

RDi - Change position to proc in editor using outline

When using the RDi outline to choose a proc, the proc is always positioned halfway down the screen. I request a change to position to the last line of code prior to the proc as the first line in the editor. Position to the last line of actual code...
over 2 years ago in Rational Analysis, Design & Construction / Application Developer 0 Future consideration

Add text formatting capability (eg. font sizing, bolding, highlighting) to the editor.

Add to code readability and code comments for documentation purposes and emphasize important lines or blocks of code.
over 2 years ago in Rational Analysis, Design & Construction / Application Developer 0 Future consideration

UML to Java transformation: Lambda expressions in variable declarations are being converted to null.

Variable declarations with '->' operators are being transformed to null. Example:private final static String Xyz = t -> (test); gets converted to: private final static String Xyz = null;

UML to Java Transformation: Update transformation to handle Map field with an implemented array.

The transformation of Map (java class object) field results in the array being converted which leads to compiler errors. Example: private final static Map<Integer, BIT[]> xyz = new HashMap<>(); Post UML-to-Java Transfromation: private ...

Upgrade UML to Java Transformation to handle Enum implementation of a parameterized interface

Enum implementation of a parameterized interface gets wrong super type name

Upgrade UML-to-Java Transformation to prevent Java Classes from generating 'default' methods from implementing Interface

Class generates 'default' methods from implementing Interface

Support for a more recent version of Eclipse

Rational Software Architect Designer (RSAD) should support a more recent version of Eclipse than 4.7.
9 months ago in Rational Analysis, Design & Construction / Software Architect Designer 1 Planned for future release

support repeatable annotations for model-to-code transformations

With java 8 repeatable annotations were introduced to the java programming language. This feature is used in several java frameworks, such as java bean validation (JSR 380). In order to support model-to-code transformations that use these framewor...

Enhance themes.zip for making changes in RAM theme.

Hi Team, per case# TS009043557 the RAM Support tech suggested to go for RAF as change in the background color of UI is not having much options. and if we try to make change it looks very odd as one can not change color of all the objects in UI usi...
over 1 year ago in Rational Analysis, Design & Construction / Asset Manager 0 Future consideration

RSARTE option to make interface classes opaque when shared within the context of Connexis-enabled application

In the new RSARTE (RTist) paradigm, when DCS is shared, the entire Logical View is exposed to the application programmer. This user only needs to share in DCS - Logical View - <<external interfaces>> DCSModelInterfaces - <<Connex...