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

Rational Analysis, Design & Construction

Showing 494 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...
almost 3 years ago in Rational Analysis, Design & Construction / Application Developer 0 Future consideration

The Add Links dialog should display requirements' properties

Using the 'Requirements Management Integration Feature' (delivered with Design Room ONE) and the 'Add link' dialog in RSAD, it is not easy to survey and distinguish between the requirements without being able to view the attribures. You can hover ...
about 1 year ago in Rational Analysis, Design & Construction / Software Architect Designer 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

Support for a more recent version of Windows Server (2019).

We are currently looking at installing Design Room One and see the system requirements for Windows Servers is currently at 2016. We have been working on getting our Windows Servers at the 2019 level. Do see this happening soon where the system req...
9 months ago in Rational Analysis, Design & Construction / Software Architect Designer 1 Future consideration

Allow for more than 100 links in RSA Design Manager v 6.

This request is for RSA DM; the only Product option in the online form was Rhapsody DM.Current limit of 100 links from a DM element/component to other JAZZ apps is not adequate for the large application that is being designed and developed. At lea...
over 6 years ago in Rational Analysis, Design & Construction / Software Architect Designer 3 Not under consideration

Current version of RSA should support Visio Pro2016

Current version of RSA still supports only Visio 2010. Now most user are using Visio Pro 2016. RSAD should support the file formats of Visio Pro 2016 so users can import diagrams into RSAD
almost 6 years ago in Rational Analysis, Design & Construction / Software Architect Designer 2 Future consideration

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...
almost 2 years 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...
almost 2 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 0 Future consideration

RSARTE: Show state machine changes in inheritance explorer

At the moment the inheritance explorer shows changes in operations, attributes and structure diagrams. Having it also show changes in the state machine (like the Project Explorer presents them) helps in analyzing what changes have been made in der...
about 4 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 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;