How to use BIRT find out data of Customised Attributes in RTC3.0
2 answers
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
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