It's all about the answers!

Ask a question

add a RTC custom attribute on a RRDI report


Angelo Corna (26148381) | asked Jul 11 '11, 8:31 a.m.
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.

Accepted answer


permanent link
Peter Haumer (2.2k12019) | answered Jul 11 '11, 4:51 p.m.
JAZZ DEVELOPER
On 7/11/2011 5:38 AM, angelo_corna wrote:
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.
Ralph Schoon selected this answer as the correct answer

2 other answers



permanent link
Angelo Corna (26148381) | answered Jul 13 '11, 2:42 p.m.
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.

permanent link
Peter Haumer (2.2k12019) | answered Jul 13 '11, 3:16 p.m.
JAZZ DEVELOPER
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:
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.

Your answer


Register or to post your answer.