We need details of the number of issues created on JIRA and their status month-wise. Right now, all the tickets from the start to end come up when we try to search for the number of tickets. Is there a way we can keep a record of the issues created monthly?
Using the Filters Its Possible
1: There is one way you can filter as the last month or the last two month etc...
Ex:
the last month: created > startOfMonth(0) ORDER BY created DESC ,
last 2 month: created > startOfMonth(-1) ORDER BY created DESC.
2: Similar for startOfDay(), startOfWeek() and startOfYear()
3: created >= 2019-05-01 AND created <= 2019-05-30
And Save This filter Also
Hi,
We are using Version 3.3, so i cannot see an option for appropriate filters to run the above command. Can you please guide us more on that.
Thanks.
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.