add a RTC custom attribute on a RRDI report
Accepted answer
On 7/11/2011 5:38 AM, angelo_corna wrote:
This online help page describes how to report with custom attributes
using QM as an example. CCM and RM custom attributes work in the same way:
https://jazz.net/help-dev/clm/topic/com.ibm.jazz.reports.doc/topics/qm_t_customatt.html
Also check out the ootb report for CCM: story points are a custom
attribute so you can see how it is used there.
Hope this helps,
Peter.
On RTC, I've added some new attributes at my Work Items definition.
How can I add these custom attributes on my RRDI reports?
Are there some documents or tutorials for this kind of operation?
Thanks in advance.
Bye.
This online help page describes how to report with custom attributes
using QM as an example. CCM and RM custom attributes work in the same way:
https://jazz.net/help-dev/clm/topic/com.ibm.jazz.reports.doc/topics/qm_t_customatt.html
Also check out the ootb report for CCM: story points are a custom
attribute so you can see how it is used there.
Hope this helps,
Peter.
2 other answers
Peter,
thanks for your response. I've followed the instructions of your link and I'm able to insert the custom attribute.
Now I've another problem.
The custom attribute is defined on a work item and it's a string value.
For this kind of data, in my ODS, I've found only the "Request History String Extension" view and with this I can obtain the custom values.
My goal is a to create simple table with the Work Item name, the state and the custom attribute value.
The problem is that I see more records for every Work Item (I think that it's the history).
How can I display only the current record for every Work Item?
Thanks in advance.
thanks for your response. I've followed the instructions of your link and I'm able to insert the custom attribute.
Now I've another problem.
The custom attribute is defined on a work item and it's a string value.
For this kind of data, in my ODS, I've found only the "Request History String Extension" view and with this I can obtain the custom values.
My goal is a to create simple table with the Work Item name, the state and the custom attribute value.
The problem is that I see more records for every Work Item (I think that it's the history).
How can I display only the current record for every Work Item?
Thanks in advance.
Hello Angelo.
You are correct. The query subject that you are using shows the history
of the work item, i.e. you get a new entry every time the item changes.
To access the latest snapshot use the Request String Extension query
subject instead.
Peter.
On 7/13/2011 11:53 AM, angelo_corna wrote:
You are correct. The query subject that you are using shows the history
of the work item, i.e. you get a new entry every time the item changes.
To access the latest snapshot use the Request String Extension query
subject instead.
Peter.
On 7/13/2011 11:53 AM, angelo_corna wrote:
Peter,
thanks for your response. I've followed the instructions of your link
and I'm able to insert the custom attribute.
Now I've another problem.
The custom attribute is defined on a work item and it's a string
value.
For this kind of data, in my ODS, I've found only the "Request
History String Extension" view and with this I can obtain the
custom values.
My goal is a to create simple table with the Work Item name, the state
and the custom attribute value.
The problem is that I see more records for every Work Item (I think
that it's the history).
How can I display only the current record for every Work Item?
Thanks in advance.