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

Unable to fetch few project area details using REST

Hello Team,

I am trying to fetch the project area details using REST calls.

For example,

Project area name, summary , description etc..

But I could not able to fetch the below details,

Process sharing status (i.e. whether PA sharing its process template or its a slave or its independent)
Process template id.


Please let me know how to get the above mentioned data.

Thanks in advance.

0 votes

Comments

Hello,

Is there any update on this question?

Because I had seen some other posts that its not possible to get process template id of a project area using PA related REST calls. Even I had checked it and its not giving the process template id.

I had tried using history of PA and found the process template name. But that can be duplicate as well. So it's not helping me.

I just wanna know any other way to get the process template id of a Project area.

Please let me know if its possible.


Accepted answer

Permanent link

I doubt that either the OSLC or reportable REST API is designed to provide such information. Your best bet will be use the internal /ccm/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/projectAreaByUUIDWithLimitedMembers service to retrieve such information. This is the service being called when you open the Manage Project Area page in the web.

If a project area is providing its process configuration to others, you will see "internalIsProcessProvider: true".

If a project is inherited process configuration from another project area, you will see a processProviderDTO object, which contains the information of the master project area.

In the processDTO object, you will find the UUID (itemId) of the process template that the project area is initialized from. You can then follow the URI /ccm/process/templates/<UUID> to find out the details of the process template.

ast java selected this answer as the correct answer

0 votes

Comments

Hello Donald,

Thanks a lot for your explanation.
I got to know how to fetch these details.

Many Thanks,
Shan


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
× 6,132
× 481
× 457

Question asked: Jul 17 '17, 8:44 a.m.

Question was seen: 2,239 times

Last updated: Jul 20 '17, 6:59 a.m.

Confirmation Cancel Confirm