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

Counter - How many times a issue was reopened

Is there a way to check how many times a Issue workitem has been re-opened in RTC

0 votes



2 answers

Permanent link
There is a a complete audit trail kept for each work item so you can look at the History for individual items.

For looking at them in bulk you could create a report in Report Builder using the work item history as the starting point and that would show you this info pretty easily.

0 votes


Permanent link

I am not aware of any out-of-the-box functionality that serves this purpose.

I suggest that you develop an extension (server-side plugin) that runs every time the Issue is re-opened and saves the counter in a custom attribute.
The logic should be as follows:
  • check whether the Issue is being re-opened (you can either check the ongoing action or the destination state);
  • read the current value of the counter;
  • if the Issue is being re-opened, increment the counter value by 1;
  • save the new counter value in the custom attribute.

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
× 12,014

Question asked: Sep 05 '22, 5:18 a.m.

Question was seen: 883 times

Last updated: Sep 07 '22, 7:12 p.m.

Confirmation Cancel Confirm