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

Software Architect Designer

Showing 141 of 1825

RSA 8.5 x64, unable to word wrap notes in rich text mode

Please add the ability to word wrap text inside of a rich text field on a note within uml models. The word wrap functionality should work the same way as when a note is resized without the rich text feature enabled.
over 11 years ago in Rational Analysis, Design & Construction / Software Architect Designer 3 Future consideration

Cannot reconnect communication paths on deployment diagrams

RSA should allow users to reconnect communication paths from one node to another on a deployment diagram. Currently, the "Reconnect not supported" message appears if you try to do this, RSA does not support the re-orientation of communication path...
almost 12 years ago in Rational Analysis, Design & Construction / Software Architect Designer 4 Planned for future release

RSA 8.04 - Use Case Format / Fill / Custom color broken

In RSA 8.04, in a use case diagram, we are able to change colors of the use case 'bubble'. However, none of the custom colors work. Please enhance the product to allow the additional colors to be displayed. This is necessary for very large diagram...
about 12 years ago in Rational Analysis, Design & Construction / Software Architect Designer 4 Planned for future release

RSA Must support Struts 2.x as it does for Struts 1.x

RSA Must support Struts 2.x as it does for Struts 1.x Please refer to the technote for more information as to what is currently supportedhttp://www-01.ibm.com/support/docview.wss?rs=2042&context=SSCPU2M&dc=DB520&uid=swg21327401&loc...
about 13 years ago in Rational Analysis, Design & Construction / Software Architect Designer 3 Future consideration

Creating Link Field For A Response Type

It is useful in creating a proper OpenAPI3 Swagger.
about 1 month ago in Rational Analysis, Design & Construction / Software Architect Designer 1 Needs more information

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

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