Numer of Days in Blocked Status

Chris Kenny October 7, 2013

I am looking to be able to run some form of jql to determine if a jira card has been in a status of blocked for more than e.g. 2 days. I looked at post functions but i would need to transition. Is there a way of flagging a date in a customer field when someone updates the priority field to blocked?

3 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2013

You can write a listener that updates the custome field.

https://confluence.atlassian.com/display/JIRA/Listeners

It can be done in Java or scripts (using plugins like script runner).

0 votes
Chris Kenny October 13, 2013

Thanks guys for your help, i will give this a try

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2013

You might be able to do this with the script runner add on. To get the actual data that you want, the Suite Utilities add on has an issue tab panel that does that. You can get the source code from there.

Suggest an answer

Log in or Sign up to answer