How do I configure rm report so that I can print out specific artifact attributes
I have a module with system requirements and I can't figure out how to configure what gets printed for the artifacts within in the reports function. For example my system requirements artifacts have attributes A and B. When i create a report I want the requirements to show like
(Attribute A) (Attribute B): content
Comments
Kenji Sarai
Jan 29 '17, 8:51 p.m.Hi Mackenzie,
Can you explain more about what report solution you are using? There are at least 2 solutions. Please let me know which one you would like to use.
1. Document-style report
https://jazz.net/help-dev/clm/topic/com.ibm.rational.rrm.help.doc/topics/t_create_reports.html
You do not need to install anything for this, and this is a live report. The drawback to that you need RPE to customize the report template. Firstly try to use OOTB "Module table" report template to see if you can get what you want.
2. Jazz Reporting Service
If you already set up JRS (https://server:port/rs) , then you can create a report using Report Builder.
https://jazz.net/help-dev/clm/topic/com.ibm.team.jp.jrs.doc/topics/t_jrs_create_reports.html
It is easy to customize a report template. But this is data warehouse reporting, so you will need an additional database, and this report is not a live report .