Forums

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

How to take Monthly Status Report?

Surbhi Shrivastava June 11, 2019

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?

1 answer

0 votes
PVS
Banned
June 11, 2019

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 

Surbhi Shrivastava June 11, 2019

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events