Feed URL to list members in projects
Is there is any feed url that can be used at the server level where It can list the all the projects in the Server and the respective member list ? If not is there any thing that can list members of each project? If not Feed URL is there any other way this information can be retrieved Thanks .
|
2 answers
This should help:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi |
You can GET a feed of project areas using the RQM Reportable API:
https://jazz.net/wiki/bin/view/Main/RqmApi#Project_Feed_Service However, this feed does not contain any user information. You can GET the Jazz project resource (Accept = text/json) from the feed/entry/content/project/projectArea/href (requires
abbreviate=false)
?
|
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.