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
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
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)
?