Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Finding the issues that have never been updated

D PK January 23, 2014

I want to find all the issues that haven't been updated since they were created. I was thinking of writing a filter that has updatedDate = createdDate but it's not possible to do that in JQL. How can I do this and is there a better way of finding the issue that haven't been updated ?

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Udo Brand
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 23, 2014

hmm, the closest I can think of is searching for issue where the status never changed.

not status changed

D PK January 23, 2014

That's a very good alternative but is there a way to compare updatedDate and createdDate in JQL?

Thanks.

Udo Brand
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 24, 2014

I'm afraid you can't compare two fields in JQL

0 votes
Manuel Dalle June 26, 2015

How about this:

not updatedDate < now()

0 votes
Filipe February 25, 2014

Hi,

Please give a try on :

https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions

IT will let you run SQL functions, using JQL functions - > executeQuery()

Thx,

TAGS
AUG Leaders

Atlassian Community Events