Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com



ADD A NEW IDEA

Clear

Ideas

Showing 60 of 18239

List of Necessary Improvements Post-Audit: Action Steps

Following an audit, the customer needs to correct the following non-compliant points (see attached document):- Rendered decoration images (page 7) - Identical or non-explicit button labels out of context (page 18) - Menus or modals not detected by...
about 2 years ago in OpenPages Ideas / Implementation & Deployment 1 Under review

WCA@IBM Visual Studio Code extension should support web version

If I launch the extension in Visual Studio Code desktop, it works perfectly.But when I tried to launch it in the Dev Spaces / Che-Code ( Visual Studio Code downstream projects ), I faced some issues. First, the login URL is a bit different. This i...
8 months ago in watsonx Code Assistant Ideas / watsonx Code Assistant (general) 0 Needs more information

Integration with slack

WCA is useful outside the vscode, and not all developers using vscode. having an integration with slack or as independent plugin. It would be great
over 1 year ago in watsonx Code Assistant Ideas / watsonx Code Assistant (general) 3 Not under consideration

/resolve - error resolution command in watsonx Code Assistant

This type of command would give ideas where to look for when specific error message shows in our program. Error resolution command is a must because our competition (chat-gpt) has it and it has shown its usefulness as programmers are changing thei...
about 1 year ago in watsonx Code Assistant Ideas / watsonx Code Assistant (general) 0 Future consideration

RFE – Enhancement to DeleteResourceEvent for Multi-Record Deletion Support in v9.0.0.2

Request Summary: We would like to request an enhancement to the DeleteResourceEvent functionality in PRISM version v9.0.0.2 to better support multi-record deletion scenarios. Current Behavior: When implementing a DELETION trigger with the followin...
about 2 months ago in OpenPages Ideas / Implementation & Deployment 1 Under review

Chat Session Personas to start a new chat session from a user pre-defined set of prompts

I’m picturing something like a way for a user to setup multiple personas/templates, and they could start a new chat session using one of these personas. For example, I may have one persona / template for a Java application running on Liberty, and ...
8 months ago in watsonx Code Assistant Ideas / watsonx Code Assistant (general) 0 Future consideration

Raise learning of large codebases to be a dominant requirement

As part of Linux kernel team, I have to deal with a very large codebase. Booting up with this code base is not trivial and takes a very long time. WCA team should consider the learning task a highly important feature. This can save thousands of ma...
6 months ago in watsonx Code Assistant Ideas / watsonx Code Assistant (general) 3 Functionality already exists

Bulk move of object types and it's descendants

Current Situation:Currently there is no way we can perform bulk move of objects in the event of organizational changes OOB. Proposed Enhancement:We suggest to product to create an OOB functionality to perform bulk update and move of objects intuit...
10 months ago in OpenPages Ideas / Implementation & Deployment 1 Under review

Getting Server error '500 Internal Server Error'

when user has given prompt, getting Getting Server error '500 Internal Server Error' response: Failed to get a valid response from LLM API: 500: Unable to process LLM request: Server error '500 Internal Server Error' for url ' https://private.us-s...

incorrect conversion from python2.7 to python3.x for the dictionary dict.has_key()

when user has given prompt to convert dict.has_key() from python2.7 to python3.10 Watsonx returned incorrect response as it converted dict.has_key() to get() method correct way is, dict.has_key() should replace with ".in" keyword for dictionary di...