It's all about the answers!

Ask a question

How to use BIRT find out data of Customised Attributes in RTC3.0


Guo Feng Xie (15179) | asked Jun 20 '13, 3:54 a.m.
If I customize some attributes in RTC3.0. Then how to use BIRT to find out the data of that attributes. Thanks a lot.

2 answers



permanent link
Erwin Kunz (94686986) | answered Jun 20 '13, 4:38 a.m.
Hi

Depends on what type of attributes you created.

The custom attributes are in a kind of hash table: Key and value

Look at table WORKITEMS_SNAPSHOT:WORKITEM_EXTRA_DATA. There you will find several key/value pairs.

You will also find some information in LIVE_SNAPSHOT:com.ibm.team.workitem.WorkItem

and last but not least in WORKITEMS_SNAPSHOT:ENUMERATIONS

Hope this helps


permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Jun 20 '13, 4:50 a.m.
Look also at this Rafik presentation: http://www.youtube.com/watch?v=VRQXF3bBLG4

Your answer


Register or to post your answer.