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 139 of 1822

Creating Link Field For A Response Type

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

Integrate RBAC support directly into Design Room One

Currently in order to have RBAC support and Active Directory integration for Design Room One you need to integrate it with the Keycloak application. That means additional installation and ongoing maintenance overhead to get Design Room One up and ...
9 months ago in Rational Analysis, Design & Construction / Software Architect Designer 2 Not under 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 ...
12 months ago in Rational Analysis, Design & Construction / Software Architect Designer 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...
8 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

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