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

FILTER BY CATEGORY

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

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...
2 months ago in ClearCase and ClearQuest / ClearCase 0 Submitted

Enable user to provide ClearQuest credentials via GUI when checking in files in ClearCase Explorer using ClearCase/ClearQuest CMI integration.

We have ClearCase/ClearQuest CMI integration set up. When checking in a file in RAD (ClearCase Explorer Extension), user is asked to provide ClearQuest credentials, if this was not done earlier of if password changed.However, if file is checked in...
4 months ago in ClearCase and ClearQuest / ClearCase 0 Under review

Add "Apply All" feature when user checks in multiple elements using ClearCase / ClearQuest CMI integration

When user checks in multiple files using ClerCase/ClearQuest integration, he/she has to choose a task to check in against for each file. This significantly slows down check-in process. This feature exists in ClearCase Perl based integration and is...
4 months ago in ClearCase and ClearQuest / ClearCase 0 Under review

add comment to ucv gatekeeping email that say click on version url

current email has 2 urls and the one for gatekeepers need to access is version url. So it would be nice to let recipients of email know which link to access
8 months ago in UrbanCode / Velocity 3 Future consideration

Fix the issue that's causing stuck of the JWT tokens from the z/OS Liberty server

A JSON Web Token(JWT) can get stuck. It manifests as /zosmf/services/authenticate endpoint issuing a JWT with success RC that is not valid for api calls, resulting in 401 rc. This is a persistent condition. We are tracking two cases where it happe...
over 1 year ago in WebSphere Liberty 1 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...
2 months ago in UrbanCode / Velocity 5 Future consideration

Fully enable context menus on Windows 11

After moving to Windows 11 from Windows 10, the ClearCase context menus "disappear" behind a "show more options" curtain. On initial right click of an object, no ClearCase options are available. The only way to see the ClearCase context menus by d...
4 months ago in ClearCase and ClearQuest / ClearCase 0 Under review

Upgrade RFT eclipse to support Java 11

We need to move our framework to java 11 to take advantage of the improvements but having RFT still on Java 8 is a hindrance.
6 months ago in Rational Automated Software Quality / Functional Tester 4 Future consideration

VET Change Websphere security configuration to allow non-Security Admin managers to generate heapdump/javacore/core files

Websphere 8.0 introduced new functionality that allows administrators to generate heapdumps/system dump/java cores on demand.This is very useful for administrators investigating particular problem types. The default Websphere configuration means t...
about 4 years ago in WebSphere traditional 4 Functionality already exists

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