Forums

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

JQL-Resolved in specific month of any year

Fadi Shahwan April 28, 2019

Hi,

Im trying to create a JQL to show all issues resolved in January,Feb,March regardless of the year.it should not be a time range it should  shows any issues resolved in these months even if different years.

1 answer

0 votes
Antoine Berry
Community Champion
April 29, 2019

Hi,

I do no think this is possible out of the box, you are going to need to either export and do further filtering in excel, use timestamps (resolved >= "2018-01-01" and resolved < "2018-04-01"...) or advanced functions (resolved >= startOfYear(-1) AND resolved < startOfYear(-39w)).

Antoine

Fadi Shahwan April 29, 2019

Thanks a lot, that was helpful 

 (resolved >= startOfYear(-1) AND resolved < startOfYear(-39w)).

Like Antoine Berry likes this

Suggest an answer

Log in or Sign up to answer