I want to do advance search for satus updated after some date
assignee =b78 and status = Done and updated <(some date ex 20th March)
Hi Suhas,
welcome to Atlassian Community!
assignee = b78 AND status = Done AND updated > "2020/03/20 00:00" AND updated < "2020/04/10 00:00"
The above JQL query will show issues which have been updated between 20 March 2020 and 10 April 2020.
I hope it helps.
Cheers,
Daniel
Thanks Daniel for the reply, I was able to get what i want. Could you suggest any videos dedicated to query only, which would help me filter better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure! Glad you were able to find what you were looking for.
For JQL I recommend Atlassian Training (https://training.atlassian.com/Jira-basics). If you don't want to enroll the Training there is also some content on JQL on Atlassian's YouTube channel (https://www.youtube.com/user/GoAtlassian/videos).
Cheers,
Daniel
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.