How to query original estimates on substasks in JQL

Adolfo Casari
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.
March 10, 2013

Is it possible to have a JQL that filter the sum of original estimates of an issue?

What I would like to show are all those issues that have no original estimates, either on their own or in their subtasks. I understand that for the former original estimates is EMPTY will do, but I am not sure how to query on the subtasks (if any) of the issue.

In Issue Navigator there is a field : sum original estimate (sum as the math symbol) that show the sum of the issues substask, but I don't see how to query it in JQL.

Thanks for your suggestions!

2 answers

1 accepted

0 votes
Answer accepted
Christian Czaia _Decadis AG_
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.
March 10, 2013

I guess that this won't be possible since JQL only represents the WHERE clause of a query. You'd need a SUM operation and a GROUP BY I guess...

Cheers Christian

Suggest an answer

Log in or Sign up to answer