This is an IBM Automation portal for Digital Business Automation 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights
Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management
Content Services - FileNet Content Manager
Content Services - Content Manager OnDemand
Content Services - Daeja Virtual Viewer
Content Services - Navigator
Content Services - Content Collector for Email, Sharepoint, Files
Content Services - Content Collector for SAP
Content Services - Enterprise Records
Content Services - Content Manager (CM8)
Datacap
Automation Document Processing
Automation Decision Services (ADS)
Operational Decision Manager
Robotic Process Automation
Robotic Process Automation with Automation Anywhere
Blueworks Live
Business Automation Manager Open Edition
IBM Process Mining
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.
REST API to delete or rename a snapshot has been delivered in ODM 8.11.1. See https://www.ibm.com/docs/en/odm/8.11.1?topic=notes-whats-new
Hi,
That would be great to have that new API this year.
We have only migrate 30% of all ours rulessets , but 100% is forecast by the end of the year.
Our users are full autonomous to deploy rules, they make a lot of trials, and snapshots number is increasing quickly!.
Ludovic
Hello, there was unfortunately a mistake in the previous comment. And the coming new APIs will not work with snapshots. I'm discussing with the dev team how we could add support for snapshot, for a future release later this year
Hi,
Using 8.11.0.0 version, these REST API are present but working only on branch or release, not for snapshot.
Do you when the coming maintenance will be available?
Ludovic
We're introducing in a coming maintenance release for ODM 8.11 a new set of APIs to manage branches:
DELETE/v1/branches/{branchId} Delete a branch from a decision service.
PUT/v1/decisionservices/{decisionServiceId}/branches Create a new branch in a decision service, from an existing parent branch.
PUT/v1/branches/{branchId}/copy Create a new branch from an existing one, and set its parent to the main branch, or the initial release in the case of releases.
A branch can be any kind of baseline: a regular branch, a snapshot, a DGF managed branch (release, change activity, validation activity).
There is no API to rename an existing branch, but there is one to create a new branch from an existing one with a new name.