Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. 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

Pinned ideas

PINNED Add support to controllerWorkflow script to restart BPs that are in "completed, error" state by individual BP IDs
During system issues, we are unable to bulk restart the BP IDs at a time. This is causing huge support effort in the clean-up process. Existing controllerWorkflow.sh script doesn't have a solution to restart the BPIDs that are in "completed, error...

Ideas

Showing 554 of 2970

Provide a SWITCH or CASE function

Request to provide a long-missing function in ITX for SWITCH or CASE loop, where a set of evaluations would be considered in order with the first success would return a value and exit the loop. Example: = SWITCH ( UPPERCASE ( Value:Record ), "H" :...
5 months ago in Sterling Transformation Extender / Other 0 Future consideration

Enhancing Attribute Display Flexibility in XML Schema Type Trees

When using an XML schema directly as a type tree, the attributes are typically presented in alphabetical order rather than the original sequential order defined in the schema. According to the XML schema specification, the order of attributes does...
about 2 months ago in Sterling Transformation Extender / Design Studio 0 Under review

Adding SSCTL commands for rolling restart and restarting all agent/integration servers

Currently we do not have any commands for Rolling Restart process and agent start/stop processes in SST CLI. Current SSCTL commands are available for Uploading, listing, deploying, upgrading, downloading customizations processes along with CDT rel...
3 months ago in Self Service Tool 1 Under review

Integrate CCM with Open Telemetry

Provide the ability to emit key MFT/B2B events using Open Telemetry so they can be consumed and used for troubleshooting with open tools. Adding CCM capability to consume Open Telemetry signals will simplify integration across 3rd party products a...

AWS S3 adapter to do multipart upload to support files larger than 5GB

AWS S3 Adapter by default does NOT support multipart upload. So any files, as of today, which are >5GB fail to upload to S3. It fails, with "Exception occurred - Failed to commit transaction: Your proposed upload exceeds the maximum allowed siz...
5 months ago in Sterling Transformation Extender / Adapters 0 Planned for future release

AS2 Adapter

Currently itx doesn’t support AS2 adapter . If it supports AS2 it will be a added advantage to use.
4 months ago in Sterling Transformation Extender / Adapters 2 Needs more information

accessing specific folder inside a AWS S3 bucket with list action

Currently, Adapater has capability yto list files and folders in bucket, but not in the specific folder. Only get option available, not list. Usually access is restricted to folder, not to bucket.
4 months ago in Sterling B2B Integrator / Other 0 Submitted

Historical data needed for ICD-10 Diagnosis codes

Reference Case: TS020156791, TS014894344 ICD10 code sets (T5_896 and T5_897) was enhanced in year 2023 to include start and end dates for multiple fiscal years. This was done at the request of Deloitte case TS014894344, and it was decided then to ...
2 months ago in Sterling Transformation Extender / WTX Compliance Checking 0 Under review

AWS S3 service to look specific folder files in a Bucket

In latest Sterling Integrator AWS S3 service is returning a list of files from all folders in a bucket, there is no option to look for a specific folder files . It would really help customer if IBM considers this enhancement request and get it dev...
about 4 years ago in Sterling B2B Integrator / Other 8 Future consideration

Preserve text as text and Booleans as Booleans

We received the following XML:<CAD05><false</CAD05> The XML is defined as a "string" in the XML Schema. We output this to JSON to a field also defined as "string" in the JSON Schema. Yet, even with TEXT() or PACKAGE() calls the outp...