Filter for sub-Task Remaining Estimate

Martin Poirier October 21, 2014

Hi,

I 'm looking for a filter who would return:

all the Stories that the original estimate sum of all the Sub-Tasks = 0

 

thanks!

1 answer

1 vote
Andrew Wolpers [BlackPearl PDM]
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 21, 2014

Martin,

The only way I'm aware of doing this with JQL involves also using the J-Tricks plugin's expressions. For example, the JQL would then look something like:

project="Martin's Project" AND issuetype=Story AND issue in subtask("timeestimate is EMPTY")

That's just a quick example, I believe I left out the sum you're looking for but that's the general idea of how you would create a similar query.

Suggest an answer

Log in or Sign up to answer