Forums

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

Created vs Resolved chart for last two months(March & April) Separately

Prabhu Chilukuri
Contributor
May 2, 2022

Hi All,

I am trying to configure a Created VS Resolved chart for last two month(April & March) separately.

Can you please provide the Filters for the above scenario to get the exact data for each month(March & April)?

1 answer

2 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2022

(created >= 01/Mar/2022 and created <= 31/Mar/2022) or (resolutiondate >= 01/Mar/2022 and resolutiondate <= 31/Mar/2022)

(created >= 01/Apr/2022 and created <= 30/Apr/2022) or (resolutiondate >= 01/Apr/2022 and resolutiondate <= 30/Apr/2022 )

 

Will get you the two sets of "exact" data you are looking for.  You probably want to be a bit more flexible than that, maybe using the startOfMonth() and endOfMonth() functions instead of fixed dates.  See https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/ for how to use them.

Suggest an answer

Log in or Sign up to answer