It's all about the answers!

Ask a question

Monitoring date change of Work Item state changes


GURVINDER SOKHI (731339) | asked Feb 01 '19, 4:17 a.m.

As some of you may know there is an inbuilt attribute called "Resolution Date" which gets auto populated when a work item reaches "Closed" state.

We would like to introduce few more timestamp attributes in our process template to auto capture other state transitions dates. for example capture the date when a work item is transition to "Verified" state. Having looked at the forum there doesn't seem to be any definite answers. Once we have all state transition dates being captured automatically, the goal is to run custom report to analysis number of days it took a work to reach to a certain state in the workflow.

Can state transition dates be automatically captured by using "Calculated Values" calling into a custom java script ? Or any other way ?

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Feb 01 '19, 9:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
  1. No there is nothing built in that does that for other states. 
  2. No, JavaScript attribute customization does not provide useful ways to do this.
  3. Yes, there are Java Server Extension based ways this could be done.
  4. It could also be done using the API accessing the work item history.
  5.  It would be worthwhile to look into JRS and evaluate if there is a way to report on the work item history
  6. https://github.com/jazz-community/rtc-statushistory-presentation shows such information based on the work item history, but only works in the Web UI

Your answer


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