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 1828 of 1828

Require an option to Customize Display in 7.0.1 Version and also an option to Print in Excel format with Host OS and Environment of the agent

Require an option to Customize Display in 7.0.0.1 Version and also an option to Print in Excel format with Host OS and Environment of the agent based on the ticket TS012715199
about 1 year ago in UrbanCode / Deploy 1 Future consideration

中間証明書のピン留め機能の追加

AzureAD認証に必要となる中間証明書のピン留め機能の追加をリクエストします。
about 1 year ago in WebSphere Liberty 2 Functionality already exists

allow groups search across the base entries in WebSphere Liberty like in WebSphere ND

Many organizations have multiple Active Directory Domains, and sometimes users belong to one domain are being assigned to groups in other domains, currently liberty is able to fetch group associated with user from same domain, it doesn't fetch the...
about 1 year ago in WebSphere Liberty 1 Not under 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;

Create documentation for UCD plugins for z/OS

The documentation of the UCD plugins for z/OS is very poor, so we need to create our processes on try-and-error basis. The videos placed on the community are very good but, the plugins should have its own complete documentation, otherwise we are p...
about 1 year ago in UrbanCode / Deploy 1 Future consideration

Improve RHEL 8 lifecycle support on Cloud Pak System

We are not in a position to get a RHEL 8.x minor release rolled out at scale within the 2 years of EUS provided by Red Hat (please also refer to the uploaded diagram: IBM CPS – RHEL 8 lifecycle challenge.pdf): - Red Hat provides 2 years of EUS (ex...
about 1 year ago in IBM Cloud Pak System 1 Planned for future release

make webview update more robust

More users are working from home and going through complex network (VPN, reverse-proxy, ...) to reach the corporate cloud. It is necessary to make the CCRC webview update more robust for such environment. Large webview update can be interrupted by...
about 1 year ago in ClearCase and ClearQuest / ClearCase 0 Future consideration

Prevent submitting a snapshot deploy with component versions that have not passed Environment Gates

Deploys of Snapshots with component versions that have not passed Environment Gates fail at the time of deploy rather than preventing the submittal of the deploy. Currently, when submitting deploys for individual components (rather than through a ...
about 1 year ago in UrbanCode / Deploy 0 Future consideration

Develop a plugin to integrate with SonaType Nexus Repository

Every time we create a release or deployment plan with Velocity, it would be very helpful if we know exactly what artifact is built and saved to Nexus Repository, in order to manage and trace application version. This plugin will pull (or get) dat...
about 1 year ago in UrbanCode / Velocity 5 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 ...