The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to select all tasks which were in a transtion for less than 1min.

eXtensi Admin
Contributor
March 4, 2015

I'm struggling to write a JQL that would give me all the tasks moved from one transition to another in less than a minute. On the Agile Kanban Control Chart I can see the aggregated time data is available for each transition.

Is there a way to access the same data from JQL?

 

so something like this

status changed FROM ("In progress")  TO Done And time spent in status="In progress" < 5m


I've got script runner plugin so maybe a custom JQL script could be written

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
eXtensi Admin
Contributor
May 14, 2015

OK that's fine but how do I calculate this in my script?

 

It looks that this plugin does it:

https://marketplace.atlassian.com/plugins/com.googlecode.jira-suite-utilities

 

I'll have to look at its source smile

0 votes
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 Champions.
March 4, 2015

You wouldn't be able to do this by default. But you can write a scripted field for "time in each status" and then search based on that.