Get project's issues filtered by update date

Deleted user November 21, 2019

How does one get its project's issues filtered by "updated" parameter? I want to receive issues that have been updated since the 20th of November 2019 (if hour is also required, say 1PM). Those that have the last update before that day (and hour) I'm not interested in. I tried this:

/rest/api/latest/search?jql=project=PROJ%26updated=2019-11-20

but it doesn't work.

Getting issues by project is working fine, however adding "updated" parameter doesn't seem to change anything about the result moreover it makes the api return no issues.

How do i quickscope this?

 

@Edit

Nevermind I found the answer to similar problem and it helped, how do I delete a post? :)))

1 answer

1 accepted

0 votes
Answer accepted
Adam Stafiej
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 21, 2019

Hello mtx210,

You would have to use a following condition in your JQL

updated >= '2019-11-20'

If you need a reference for JQL you can start here.

Hope this answers your question. 

Deleted user November 21, 2019

lit fam 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events