Create a JRS report on Users and Roles
James Sullivan (15●2●18●42)
| asked Dec 23 '19, 12:21 p.m.
retagged Jan 02 '20, 10:55 a.m. by Jackie Albert (1.6k●1●49●47) Create a JRS report on Users and Roles. Is there a way to create a JRS report on the users and roles and in my RTC project area? We need to report on the teams as well.
|
3 answers
You can't get that information via JRS but you can via OSLC or the reportable REST API with a query like this:
<your server>/ccm/rpt/repository/foundation?fields=foundation/teamArea[name=<team name>]/roleAssignments/(contributor/itemId|contributorRoles/name)
|
You can do this in JRS against the data warehouse, but you need to build a custom SQL report. All the data is available in the data warehouse if you know how to query for it.
You'll want to look in the RIODS schema for these tables: TEAM, TEAM_ASSIGNMENT, TEAM_MEMBER_LOOKUP, TEAM_RESOURCE_LOOKUP, TEAM_ROLE, TEAM_ROLE_MEMBER_LOOKUP
Here's a sample SQL query that will give you the Teams, Roles, and users who have these roles for a specific project
|
Expanding on Davyd's answer ... I believe some teams use the Jazz Foundation API to pull the data directly. See https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding |
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.