RTC Reporting Capability: Is there a way to generate a list of all projects?
My organization periodically needs to be able to collect a list of all projects currently in active development - together with a few custom pieces of information (project names, team leader names, usage, etc.). Does anyone know whether RTC has reporting features which could be used to generate something like this? If not, is the RTC database schema published somewhere so I could put together an application to query and create custom reports like this?
2 answers
Hi, David
You may be able to customize reports using RRDI/Insight to get the expected results but you may want to check with a simpler way using Reportable API first and see if that meet your needs.
For example, a project name list:
https://server:port/ccm/rpt/repository/foundation?fields=projectArea/projectArea/name
More details on REST API: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#foundation
thanks
You may be able to customize reports using RRDI/Insight to get the expected results but you may want to check with a simpler way using Reportable API first and see if that meet your needs.
For example, a project name list:
https://server:port/ccm/rpt/repository/foundation?fields=projectArea/projectArea/name
More details on REST API: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#foundation
thanks
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 05 '16, 6:56 p.m.Note that for specific guidance, you would need to identify how you map your "projects" into RTC artifacts. One common approach (if a different team is working on each project) is to use a separate team area for each project. Another approach is to have a separate stream for each project.