Hi,
Can anyone paste a query to check issues checked by me in specific date range, say between 1st June to 31st Dec 2022 ?
Thank you,
Sagar
Hi there!
Have a look at this documentation from Atlassian:
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-updatedByupdatedBy--
You will see this JQL:
issuekey IN updatedBy(jsmith, "2021/06/01", "2021/09/30")
The Cloud updatedBy JQL fucntion takes a suer, datefrom and dateTo as parameter.
Hope this helps,
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.