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 Real Time Edition

Showing 43

Support for chrono classes in RTServices library

In the C++11 standard the chrono library has been addes for date/time support. Make it possible to call RTServices functions directly with std::chrono classes (in addition to RTTimeSpec)In particular: make it possible to call informIn witha std::c...

Inconvinient usage of Build All button and shortcut

While working, accidentally clicking the Build All button will freeze the entire RSA. Especially when you have imported more projects. Force quit and reopen every tab once again is a poor workaround. It could be very useful if it can be possible t...

Cut, Copy and Paste Functionality when editing Transformation Configuration

ISSUE: When editing a Transformation Configuration, it is noticed that it is not possible to right-click a field to cut and paste, no options are listed to do so. However, Ctrl+X, Ctrl+V, and Ctrl+C still work. STEPS TO RECREATE:Import a sample "H...

RSARTE: Drawing arrows should not be annoying

Used V10 2016.35See attached video where I want to draw a transition from the border to a entry point.First of all the startingpoint of the transition move to somewhere in the middle.If the starting point is moved up, the entry point moves as well...

RSARTE: Make it possible to set the default line style

When drawing state diagrams, I prefer lines having a rectilinear line style, the default is oblique however. This can be changed by right-click->Format->Line style but there is no way to set this as being the default. Make it possible to set...

RSA-RTE: Deleting an element from the model does not give option to delete it from TCs

In the sample model, delete ?Class1? from the model. This action does not delete it from any TC in the workspace. This is unexpected. I would at least expect a popup that asks me whether I want to remove the class from TCs. After all, any dependen...

RSA-RTE: Open detatched Editor WIndow on double click transition

Propose to open a detached editor window when double clicking on a transition / operation (single click now is Code view).

RSA-RTE: Enable searching in Parent / Derived tree

RSA-RTE 9.1.1. CP2: In Rose-RT it was possible to search using the scope in an inheritance view (Parent and or derived tree). This was used heavily by a number of engineers. (See attached Rose-RT search dialog). In RSA-RTE the thing which comes th...

Automation for Code to model synchronization should accept absolute TC path

There is very usefull feature called Code to model synchronization which allows modification of generated code and applying the change to model files. There is an option to automate synchronization using ANT task, more detalis here: https://rtist....

Support for C++ standard's attribute [maybe_unused]

To suppress warnings on unused parameters by using c++ standard's attribute [maybe_unuse]