What is the REST query to find the names of RRC/RTC/RQM projects?
In RPE, I need to iterate across each project looking for specific data. I cannot find the query to list the RRC projects. (we have over 80 projects).
|
2 answers
Thomas,
I'm not sure if there's an easier way to do this directly through the REST API, or even if this command will return the data in the correct format which you are looking for, but the following command will return a list of the project areas in RRC (for 4.x versions only - the command will be different for 5.x versions):
https://[host]/rm/processProxy?uri=https://[host]/jts/process/project-areas
You may need to append the URL parameters "&accept=*&private=true" to the end of this URL before executing, depending on the context.
Hope this helps,
Mike Jaworski
|
Look at the OSLC workshop, lab sections 5 and 6, where you see the OSLC API requests to get service providers, where a RM service provider equals a RM project.
You can find the workshop here: https://jazz.net/library/article/635 |
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.