Can you access jazz admin info with reportable REST?
In Insight we have per-project security enabled to limit which users can see our data. This works great, except when end users need help debugging reports because as admins we now can't see their data unless we are members of their project.
Is there a way to query the Jazz Admins from the CLM server? I'd like to be able to make an ETL job similar to JFS_ReadAccess that would also populate the Admin data in the PROJECT_RESOURCE_LOOKUP table if possible. |
2 answers
The reportable REST API does not expose admin info. Please file an enhancement request. |
Benjamin Silverman (4.1k●6●10)
| answered Jul 10 '12, 8:40 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Jackie,
I'm not sure I follow exactly what you're looking to load in to the DW or for what purpose, but you could use a cURL script to get the data in XML format, and then ETL the results in to the DW. I've been using it lately for experimental purposes, and it seems a good start would be the Appendix B section in this article. You can even use cURL to programatically add yourself to a project. Maybe that's what you're ultimately looking to do? Hope it helps! |
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.