It's all about the answers!

Ask a question

Can you access jazz admin info with reportable REST?


Jackie Albert (1.6k14947) | asked Jul 05 '12, 11:50 a.m.
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



permanent link
Rafik Jaouani (5.0k16) | answered Jul 09 '12, 6:58 a.m.
JAZZ DEVELOPER

The reportable REST API does not expose admin info. Please file an enhancement request.

permanent link
Benjamin Silverman (4.1k610) | 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


Register or to post 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.