Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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

Clear

Integrations and APIs

Add a supported Java API to close an embedded WebView by handle

The Rhapsody Java API allows API clients to create and manipulate embedded WebViews displayed as Rhapsody tabbed views. A WebView can be created using: long handle = application.createEmbeddedWebViewWindow( url, "TabbedView", ""); The returned ...

Allow the endpoints of an existing IRPLink to be changed through the Java API, as IRPDependency already allows.

IRPLink exposes eight accessors to read its two endpoints:getFrom() getFromElement() getFromPort() getFromSysMLPort() getTo() getToElement() getToPort() getToSysMLPort() None of them has a counterpart that writes. The only setters declared on IRPL...

The Rhapsody API should provide a function at the IRPUnit level to retrieve the file item ID / magic number of a unit

The file item ID is one of the two key pieces of information (along with the GUID of a model element) to determine uniqueness of a model element. This pairing results in a single RMM server ID. The API provides mechanisms to retrieve the GUID and ...

Enhancement request to add more data to the XMI exported file of Diagram

Using the Rhapsody XMI Toolkit: For one package(Use Case Analysis package), the XMI export was successful but a lack information is identified. The Model information for the exported items does not contain the population information ( to which dia...
4 months ago in IBM Engineering - Systems Design Rhapsody/RMM / Integrations and APIs Needs more information

Technical document for XMI import/export in Cameo

A technical documentation needed because every time we import the XMI in Cameo we have a message of inconsistencies that concern "flowPort"

Enable Rhapsody model with SysML profile to be able to build models on Linux Target.

You might want to use MBSE via Rhapsody using SysML profile and create systems for a Linux target. While Rhapsody allows you to select Linus as a remote target. However, if you have SysML model, you would observe a compilation error of missing hea...

Harmonize TableLayout user defined method options "Set plugin method" and "Edit implementation"

Currently the two options to provide user defined methods in a TableLayout are not offering the same set of features. Which makes the option "Set plugin method" less useful as it could be. E.g. implementing a set functionality for a column is prov...

Introduction of a RHP/RMM API method to retrieve the active global configuration (GC) for RMM-enabled rhapsody model

Currently, we have the setGlobalConfiguration method available, but there is no direct method to fetch the active GC . As a workaround, we are using project.getRmmUrl() which returns a URL (e.g.,https://abc.com/am/resource-rmm/2963548?oslc_config....

Add API operation(s) to manage "And line" in the statechart diagrams

Context : We are developing more and more in product lines and we need to merge automatically statecharts in Rhapsody models by updating graphical elements of the diagram through the API. Problem : No operation to get a statechart "and line" pos...

Rhapsody API should allow an element to be resized without affecting child elements

When the user resizes a model element on a diagram in the UI, elements inside that element are resized as well. If the user holds down the ALT key, only the desired element is resized and child elements on that diagram are unaffected. There is no ...