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

Pinned ideas

PINNED Terminal emulator support on Docker image
Docker utility should support Functional Perspective test scripts. Slack Issue https://devops---testing.slack.com/archives/CGV8AAGCD/p1645022341509149

All ideas

Showing 1953 of 1953

Add a parameter to BBOC START_SRVR commands to define the BBO$ user id for CICS WOLA Link Server Task

We are using BBOC START_SRVR commands to start the WOLA Link Server Tasks (BBO$) in our CICS regions. Currently, there is no parameter to define the user id, under which BBO$ is running. So, if we start the Link Server Task during the CICS startup...
over 3 years ago in WebSphere Liberty 0 Future consideration

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 ...

Requesting to include the --var and --vars-file parameters to the push step in cloud foundry plugin

Requesting to include the --var and --vars-file parameters to the push step in cloud foundry plugin
almost 2 years ago in UrbanCode / Deploy 10 Future consideration

CPS support for two NTP-appliances in master/slave setup

CPS support for two NTP-appliances in master/slave setupToday CPS uses the option to configure multiple NTP-servers (four or more) which debate on the time.The CPS state is determined from the default Redhat configuration on the PSM. We need CPS s...
almost 2 years ago in IBM Cloud Pak System 0 Not under consideration

Add and support AMR claim in JWT

Add and support AMR claim in JWT. WebSphere core security should support "Authentication Methods References", so it can enforce step-up authentication, and know how user is authenticated. The potential value could be pwd, rsa, 2fa, mfa.
over 5 years ago in WebSphere Liberty 0 Future consideration

Penetration_test : Missing Content-Security-Policy

Content-Security-Policy (CSP) is an added layer of security that helps to mitigate mainly Cross-site Scripting attacks.
over 5 years ago in ClearCase and ClearQuest / ClearQuest 2 Not under consideration

Allow encryption algorithm to be AES-256 in GCM mode for JAX-WS and JAX-RPC security runtime.

We have recently upgraded to AES-256 in CBC mode on JAX-WS and JAX-RPC security runtime for our application servers, however we are required by our cryptography standards to move to the preferred GCM mode before the end of 2021. This option does n...
over 3 years ago in WebSphere traditional 3 Future consideration

Admins to configure the default record view for all users to be either List View, Custom List View or Tabbed View

• Currently in ClearQuest, there are 3 types ways to view a record – List View, Custom List View and Tabbed View. Tabbed View is the default view for all our users and user can set in their preferences to make the custom list view as default or to...
about 7 years ago in ClearCase and ClearQuest / ClearQuest 1 Future consideration

Failure of manual version import not visible on the Component > Versions page

When importing versions manually, if the import fails there is no visual cue of the failure.You have to navigate to the Component Configuration >Version Import history page to review the log, or you have to refresh the entire page to see a Bann...
over 7 years ago in UrbanCode / Deploy 3 Not under consideration

Upgrade UML to Java Transformation to handle Enum implementation of a parameterized interface

Enum implementation of a parameterized interface gets wrong super type name