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.
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
Thanks a lot, that was helpful
(resolved >= startOfYear(-1) AND resolved < startOfYear(-39w)).
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.