CM (IBM Engineering Workflow Management) Tool REST API
Hi,
Is there any useful REST/OSLC API for the CM tool ?
and documentation about it.
Starting from the published 'rootservices' I find a few things, but not what I am looking for.
In particular I am looking to get hold of Components and Configuration (Stream/Baseline) Information.
The RM, TM & GC tools all make it possible (though inconsistently in different ways!) to query for ProjectAreas, Components, Configurations by both URI and title/name.
Plus one can get lists of them that are defined.
I can find no way to get this information from the CM tool ?
thanks
One answer
This is the API landing page: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding.
The only REST API that I know supports access to CM data is the EWM reportable REST API. Here my experience: https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/
I do not think there is a REST SCM API. There is a REST CM API for work items - OSLC CM.
I do not think there is a REST SCM API. There is a REST CM API for work items - OSLC CM.
I have always used the SDK/Plain Java Client Librarties API to interfere with the Jazz SCM and build API.