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

How to get list of Project Areas that use process configuration from another common Project Area?

We have defined 3 different Master Process templates and all other Projects are mapped to one of these Process templates. How can we get a list of Project Areas that use a given Master Process template?

0 votes



One answer

Permanent link

 Hi,


you could use the plain Java API to do that. Here is example code: https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/

The API explained there allows to check if a project area shares the process and shows which project areas process it shares. You would iterate over all project areas to do that. The blog explains how to in other examples. e.g.


        List<iprojectarea> projectAreas = getProcessItemService(repo)
                .findAllProjectAreas(null, monitor);

0 votes

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

Question asked: Sep 24 '18, 2:58 a.m.

Question was seen: 1,760 times

Last updated: Sep 24 '18, 3:49 a.m.

Confirmation Cancel Confirm