Forums

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

Issues I resolved last yer JQL

imran hashmi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2022

I like to form a JQL query that finds issues that was resolved by me last year.

I can't seem to get it right site.

This is my query

Resolution WAS Fixed BY currentUser(), (DURING endOfYear() startOfYear())

I also tried

Resolution ) DURING endOfYear(), startOfYear()) was Fixed BY currentUser()

1 answer

0 votes
Max Foerster - K15t
Community Champion
October 20, 2022

Hey @imran hashmi and welcome to the Atlassian Community! :)

Try the following query

Resolution WAS Fixed By currentUser() DURING (startOfYear(-1), endOfYear(-1))
  • The DURING parameter needs the "-1" to refer to the last year here

Just my two additional cents and a suggestion:

There's one thing you should bookmark if you haven't already. The documentation on JQL is pretty awesome. To me, it feels like the best-documented feature in general. So if you're looking for something specific (fields, functions, etc.), head over to What is advanced searching in Jira Cloud?. You can navigate to lists containing all fields, functions, keywords, and operators on the top right.

Best, Max

Max Foerster - K15t
Community Champion
October 20, 2022

One more comment, is the resolution value "Fixed" the only resolution that you are using and looking at? Or do you have multiple resolution values that you're looking at?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events