How to create overdue task filter without using duedate

Sannette January 9, 2013

Hello

I'd like to create a filter that will identify when more time is spent on a task than the original estimate.

So far I got to the below query :

project = MSA AND fixVersion = "Sprint 7" AND status = "In Progress" AND issuetype = "Technical task" AND ( (remainingEstimate + timeSpent) > originalEstimate )

Once the filter has been setup notifactions will be sent out to the relevant people.

Please help !

Thank you

Sannette

2 answers

1 vote
JamieA
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.
January 9, 2013

There is some info on this here: https://studio.plugins.atlassian.com/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-expression%28Subquery%2Cexpression%29

Not applicable to OD though. Timothy is right, but it doesn't take into account the remaining estimate.

1 vote
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.
January 9, 2013

Have you tried the JQL's workRatio?

Work Ratio is calculated as follows: workRatio = timeSpent / originalEstimate) x 100

Suggest an answer

Log in or Sign up to answer