Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify that how many times the issue is Reproduced or moved to Todo?

Gangala Anusha December 31, 2018

How many times the issue is moved to Todo?

3 answers

1 vote
Nir Haimov
Community Champion
December 31, 2018

You will have to use a 3rd party add-on to use as post-function in your workflow.

In the relevant status add post-function to update a customfield with increment value each time the transition happen.

Gangala Anusha December 31, 2018

Can you please explain what are the steps in detail?

Nir Haimov
Community Champion
December 31, 2018

I did...

Install 3rd party add-on, for example "JMWE" it have post-function called "Increase value of field".

Create customfield called "Todo Counter"

Then in your workflow, go to the transistion that goes to "Todo", add post-function called "Increase value of field" there choose your customfield "Todo Counter"

Gangala Anusha December 31, 2018

Thank you!

0 votes
David Fischer
Community Champion
December 31, 2018

You can also use the JMCF app for that.

0 votes
Tarun Sapra
Community Champion
December 31, 2018

Hello @Gangala Anusha

If you have Script runner plugin installed on your system then you can use a built-in scripted field provided by the plugin to implement this feature.

Please see here

https://scriptrunner.adaptavist.com/latest/jira/script-fields/no-of-times-in-status.html

A field that displays the number of times that the given issue has been in the chosen status(es).

For this field you can select one or many statuses.

This can be useful as a simple counter, to easily identify issues that are bouncing between statuses.

Gangala Anusha December 31, 2018

Thank you!

Suggest an answer

Log in or Sign up to answer