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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.