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.
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
This is exactly what I needed. Thank you Vikrant.
status changed FROM "Open" TO "In Progress" ON "2021/05/24"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.