Forums

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

why Updated date JQL query giving both the created and updated issues?

itn.saurabh.chavhan November 22, 2019

how can i get only updated issues excluding created issues?

2 answers

1 accepted

0 votes
Answer accepted
Ollie Guan
Community Champion
November 22, 2019

Hi @itn.saurabh.chavhan ,

When the issue is created, the creation date is also synchronized to the update date.

You can try to filter the result, for example:

reporter = currentUser() AND updated > 2019-11-1 AND created < 2019-11-22

0 votes
Max Foerster - K15t
Community Champion
November 22, 2019

Hi @itn.saurabh.chavhan

could you please provide the query so it's easier to support you? :)

Best, Max

Suggest an answer

Log in or Sign up to answer