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

Report Question: How to get contributor and timestamp at a state change?

I'm working in RTC 3.0 with BIRT, and I'm trying to build a report that shows

only the changes that are state changes, the time stamp of that state change and the contributor that performed the state change.

I thought this might help:

https://jazz.net/forum/questions/51614/report-question-howto-get-work-item-state-at-given-date?redirect=%2Fforum%2Fquestions%2F51614%2Freport-question-howto-get-work-item-state-at-given-date

But I'm still stuck.

Example of output expected:

WI_ID,Timestamp,State_Name,Contributor Name

1234  1, 2008 2:03 PM(the time the state was changed)     New(the state it was changed to)  John Jones(the user name that made the change).

Thank you

0 votes



One answer

Permanent link
Hi Michael, you need to use the WORKITEM_SNAPSHOT.WORKITEM_CHNGS table. This table stores the history of changes for all work items. You can use a BIRT data set filter to only show the rows where STATE_NAME is not the equal to PREV_STATE_NAME.
You will not be able to show who modified the sate. The modifier is stored in the data warehouse but it is not exposed to BIRT. You can also use RRDI for accessing all the information you requested.

0 votes

Comments

You can use the out of the box Estimate Changes report as an example.

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
× 12,029
× 481
× 324

Question asked: Aug 15 '14, 6:23 p.m.

Question was seen: 4,929 times

Last updated: Aug 18 '14, 10:10 a.m.

Confirmation Cancel Confirm