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()
Hey @imran hashmi and welcome to the Atlassian Community! :)
Try the following query
Resolution WAS Fixed By currentUser() DURING (startOfYear(-1), endOfYear(-1))
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
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?
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.