Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Contributor field value in RTC Report

I have a custom field of type 'Contributor' called 'Tester'. Where can I find the values for this field for each Work Item?

The CONTRIBUTOR dataset seems to be only for Owner and the WorkItem dataset doesn't have a contributor field. I tried the StringExtension.key and passed in the id of my field but nothing was returned.

0 votes



3 answers

Permanent link
For the case where we do not expose data in the WORKITEMS_SNAPSHOT, you can always try the LIVE_SNAPSHOT. The LIVE_SNAPSHOT schema exposes the raw data as it is stored in the repository. So we do not guarantee your reports will continue to work in the future.

0 votes


Permanent link
Rafik,

I am using LIVE_SNAPSHOT, but what I'm looking for is the parameter to pass my field name into. For example, in the workitem table there's parameters for other types like StringExtension.key and BooleanExtension.key, but I don't see anything for Contributor. I'm assuming I'd pass the id of my custom Contributor column ('tester') through the key parameter.

I also looked at the Contributor table in LIVE_SNAPSHOT but didn't see anywhere to pass my field in.

0 votes


Permanent link
 Hi

In Live snapshot you can check

data set com.ibm.team.workitem.WorkItem
in that

itemExtensions.key
itemExtensions.value.itemId

for customize attribute Contributor list

 

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 17 '10, 2:15 a.m.

Question was seen: 5,424 times

Last updated: Jul 14 '13, 6:15 a.m.

Confirmation Cancel Confirm