Forums

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

How to check issues updated by me in specific date range

Sagar Mali February 23, 2023

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

1 answer

0 votes
Jeroen Poismans
Community Champion
February 23, 2023

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

Suggest an answer

Log in or Sign up to answer