Summary of users and their roles per project area in RQM
I would like to generate a list of users and roles of each user per project area in RQM. Since I don't think it can be generated in JRS, I would like to use SQL with RQM's tables to generate this list. Do you know what tables from the RQM database could I use to get this information? I have tried with these tables so far:
REPOSITORY_CONTRIBUTOR_RECORD
REPOSITORY_CONTRBTR_RCRD_SR_DS
process_process_area_contrbtrs
But they don't have all the information that I need.
Thanks,
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 18 '23, 2:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I have no experience with accessing the database. Reading data is OK, but there is no guarantee the database tables change.
Ralph Schoon selected this answer as the correct answer
|
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.
Comments
The tables used to record users, roles, project areas, team areas etc are private and undocumented.
Thanks Ralph Schoon and David Honey