It's all about the answers!

Ask a question

RTC BIRT - custom attribute of type Contributor ?


Rich Pastuch (2197) | asked Dec 16 '11, 11:40 a.m.
I have a custom work item attribute which is of type Contributor. Which Snapshot / Table / Attribute should I access to retrieve the value for the custom attribute when authoring a BIRT report?

Thanks.

3 answers



permanent link
Kim Soederhamn (1.5k34348) | answered Dec 30 '11, 4:55 a.m.
I have a custom work item attribute which is of type Contributor. Which Snapshot / Table / Attribute should I access to retrieve the value for the custom attribute when authoring a BIRT report?

Thanks.


Hey there,

To find custom attributes you look for the STRING_KEY and STRING_VAL in LIVE_WORKITEM_CNT. If the val is not the display value you are looking for but a reference to a contributer id you can use the CONTRIBUTERS dataset from the COMMON Data source to join on.

permanent link
Paul Wellman (71119) | answered May 11 '12, 5:39 p.m.
Hi Kim,

I have a Value-Set based custom attribute I added to a workitem. The type is contributor as it is a drop that displays the users who are assigned to a specific role.

I am trying to access the data in a custom BIRT report. I have checked the STRING_KEY and STRING_VAL in LIVE_WORKITEM_CNT tables, and the fields do not show up.

Do you have any idea where the values for Custom Value Sets based on Roles is stored?

Thanks so much.

Paul Wellman


I have a custom work item attribute which is of type Contributor. Which Snapshot / Table / Attribute should I access to retrieve the value for the custom attribute when authoring a BIRT report?

Thanks.


Hey there,

To find custom attributes you look for the STRING_KEY and STRING_VAL in LIVE_WORKITEM_CNT. If the val is not the display value you are looking for but a reference to a contributer id you can use the CONTRIBUTERS dataset from the COMMON Data source to join on.

permanent link
Rafik Jaouani (5.0k16) | answered May 28 '12, 4:17 p.m.
JAZZ DEVELOPER
We currently only ETL and expose the simple type custom attributes.

Comments
Erwin Kunz commented Oct 18 '12, 2:39 a.m. | edited Oct 18 '12, 2:40 a.m.

Hi Rafik

I do not understand your statement. As far as I understood has ETL something to do with DW. And non of the Custom attributes are actually written to DW except I have Insight and modify the ETL.

In a other report we did (you suported us there) we where able to access Custom Attribute of type Iteration, which is not simple type.

Is there really no way to access this custom attributes of type contributor?

Thanks

erwin

Your answer


Register or to post 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.