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)?
(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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.