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 (62.3k●3●36●43)
| answered Sep 18, 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
|
Comments
The tables used to record users, roles, project areas, team areas etc are private and undocumented.
Thanks Ralph Schoon and David Honey