Report fetches custom CONTRIBUTOR data only if I have 'Include Archived' option enabled.
![]()
Hi everybody,
I have this report which fetches custom attributes values of type CONRTIBUTOR. The report fetches over five contributor attributes. I see this for certain Category values the Contributor data comes out blank. However, when I re-run the report with 'Include Archived' enabled I get the names. Why is this so? This is happening for users that are not archived too.
Regards
Vinay
|
One answer
![]()
Hi Vinay,
for custom attribute contributor
In Birt you need to use
Live_Snaphot as data Source
And data set
com.ibm.team.workitem.WorkItem
in that
itemExtensions.key
itemExtensions.value.itemId
for customize attribute Contributor list
|