How to fetch and populate streams and baselines in custom attribute of work item based on GC Project area?
Hello,
We are trying to fetch and populate the streams and baselines in custom attribute of a work item in CCM based on the select GC project area in another custom attribute. While exploring we came to know that this is possible via dojo scripting but we need an API to fetch the streams and baselines based on the GC project area information. Is it possible to fetch via dojo scripting? Please suggest if there is any better way to fetch the streams or baselines based on GC Project area information,
Thanks and Regards,
Rohit
One answer
You will need to use Ajax to make REST calls to GCM. See https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding for public GCM REST APIs. That page has a link to https://jazz.net/gc/doc/scenarios which describes the operations you can perform and includes examples.
Comments
David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 13 '23, 10:13 a.m.Rohit Goyal
Jul 13 '23, 11:38 a.m.David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 13 '23, 11:40 a.m.