Report to show EWM project areas and the process area they're using
hi all
I've been asked to determine which project areas are using a particular project area for their process.
The only approach I've found to report on project areas is via a BIRT report that pulls from the com.ibm.team.process.ProjectArea ("Live" data).
While I can show the processDefinition.name, it's the process area used to initialize the project area.
I need the project area identified by "Use the process configuration from another project area for this project area".
Ideas anyone?
thanks,
Steve
Accepted answer
Thanks Ralph. I used your example. The key takeaway was that we needed to use the ProjectArea to ask the question, not the IProjectArea. Weird, but we're all set.
One other answer
Hi Steven,
I do not know if you can access this info by reporting. I know that this information can be found using the Plain Java Client Libraries. I think I have written such a tool once.
Comments
This is a link to the explanation of the API: https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/