Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

API to get ID associated with a project area

Do we have any API to get the ID or unique identifier for a Project Area in ETM?

The issue we are facing is if a project area is renamed in ETM, we cannot track the changes to that project area. So having an ID associated with project area that never changes will help resolve this issue.

0 votes



2 answers

Permanent link

https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi would be a good place to start. Although the info returned for project area(s) doesn't seem to explicitly have an id property, you could extract it from the leaf part of the URI.

0 votes


Permanent link

Hi Anuraag,


You may perform a GET on the following OSLC API to get the project area title and UUID for all the ETM Projects.
https://<clmhostname>/qm/oslc_qm/catalog

Hope it helps!

Best Regards,
Bharath

0 votes

Comments

The concept of a project area is not defined by OSLC. So there is nothing in OSLC specifications that addresses project areas. The mapping of OSLC service providers to project areas is not defined by OSLC, but is a specific server implementation decisiion.  Project areas are a concept of Jazz Foundation and applications built on it. There is a foundation process API that I linked to.

1 vote

Thanks David for clarifying..


@anuraag kb, GET on the following URL to provides the project areas and its corresponding UUIDs.

https://<clmhostname>/qm/process/project-areas

 Hi Bharath,


Thanks for your response. Can the same information be retrieved using ETM integration libraries as well?

 Hi Anuraag,


I assume you meant the ETM Integration Service API.

If yes..

a) GET on the following Integration Service API provides project areas feed with Alias and URLs.



b) Then, issue another GET request against the URL of specific project area retrieved from the response.

eg:

The response contains URL with project UUID.



Hope it helps!

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 7,496
× 1,326

Question asked: Oct 26 '22, 3:00 a.m.

Question was seen: 1,351 times

Last updated: Oct 31 '22, 8:04 a.m.

Confirmation Cancel Confirm