Forums

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

How to get issues without data in "remaining" or "original estimate" fields?

Dmitry Budnik
Contributor
June 29, 2014

I want to create a filter where developers will be able to get all issues without any data in "remaining" or "original estimate".

2 answers

1 accepted

1 vote
Answer accepted
Vijay Khacharia
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.
June 29, 2014

Hi,

You can use JQL functions 'is' with EMPTY to do so.

remainingEstimate is EMPTY or originalEstimate is EMPTY

Hope it works.

Vijay

0 votes
Dmitry Budnik
Contributor
June 30, 2014

It's strange, I was unable to find these fileds in JQL suggestions. Works for me, thanks a lot!

Suggest an answer

Log in or Sign up to answer