It's all about the answers!

Ask a question

Where is the info about Project Areas, Users and Process Roles in the repository DB?


ali sheraz (133) | asked Aug 06 '12, 2:49 p.m.
JAZZ DEVELOPER
retagged Aug 07 '12, 2:46 p.m. by Chris Goldthorpe (4287)
Customer has over 110 RTC Projects and they have over 500 Users. Customer needs to create a report that could show them a list of project areas, users in each project area and the process role assigned to each user. Customer currently has to collect all this info manually and then add in an excel sheet. They don't want to create a custom BIRT report, they just want to create their own report by making queries to the Jazz Repository Database and getting this information. So customer wants to know:
What Database TABLES in Jazz Repository Database contain the following 3 information:
-Project Areas
-Users in each project Area
-Process Roles assigned to each user

Customer claims that when you look at a project Area, you see this info in the eclipse client so this infomation must be stored in the database somewhere. Customer needs to know what tables contain the above mentioned 3 fields??

Customer already looked at the Jazz DataWareshouse articles but couldn't find the table name that contain process roles because data warehouse does not contain this info.
Please let me know the table names so that I can pass it on to the customer.

2 answers



permanent link
Chris Goldthorpe (4287) | answered Aug 07 '12, 2:46 p.m.
JAZZ DEVELOPER
Reading the database directly to get the members and role assignments is not encouraged or supported. There are easier ways of getting this information.

The process REST API, https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi would seem to be the easiest approach. An alternative would be to use the process Client API.

permanent link
sam detweiler (12.5k6195201) | answered Aug 07 '12, 10:38 p.m.
this would be pretty simple with the Java client api.

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.