Hi all,
I'm trying to figure out a way to count the total number of transitions that occur between statuses on a issue.
Best thing would be showing such count in one of the issue's fields.
I had a look at other discussions on the community and the only way to achieve this is to use an external plugin.
Is there any other way to achieve this without the use of a plugin?
If you go to an Issue > Activity > All tab, you can see everything that has happened to the issue in question, including transitions.
In order to display this count in a field, you will need Adaptivist ScriptRunner plugin, which contains a built-in Script Field function called No. of Times In Status. Or you can write a custom script, but you need ScriptRunner for that too.
This doesn't come as a default feature. If you don't want to buy ScriptRunner, check if there are free plugins which provide a similar feature.
Hi, thanks for your reply.
I'm going through the free plugins but I can't seem to find anything like this. Do you know any free plugins which would allow me to do something like this by any chance? Any keyword in particular I should use when looking for it?
Also, is there a documentation for creating your own plugin? I had a look at this one: https://developer.atlassian.com/cloud/jira/platform/getting-started/ but I'm looking for something more detailed.
Is it even possible to develop an easy feature like the one I need?
I've also run some REST requests through postman to see if there was anything that could help in the response, but couldn't find anything useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.