Forums

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

Jira query to get changes for exact date

Koushik Kota May 29, 2021

My requirement is to query the changes for exact date. I am aware of the following two queries. 

1. status CHANGED FROM "Open" TO "In Progress" AFTER -1w

2. status changed  FROM "Open TO "closed" during (2021-05-23, 2021-05-29)

My requirement is for exact past date. Let's say, I want to find out changes happened on 24th May. Query is not accepting the same date for Start and EndDate. I have to query changes from 24th May to 25th May and try and filter out the changes for 24th. 

I am sure there is a better way to achieve. 

1 answer

1 accepted

3 votes
Answer accepted
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 29, 2021

Hi @Koushik Kota :- Try below JQL to get status changed on a particular date or b/w two dates

status changed FROM "Open" TO "In Progress" ON "2021/05/24 00:00"


status changed FROM "Open" TO "In Progress" DURING ("2021/05/20","2021/05/28")


Thanks

V.Y

Koushik Kota May 29, 2021

This is exactly what I needed. Thank you Vikrant. 

status changed FROM "Open" TO "In Progress" ON "2021/05/24"
Like Vikrant Yadav likes this
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 29, 2021

@Koushik Kota Cool ! glad to hear it works for you. Let me know if you have any follow up concerns.  If this answer solved your issue, please click the checkmark to the left of my answer to accept this answer.

Koushik Kota May 30, 2021

Done. I have accepted the answer. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events