Hello, I want to collect data from a specific period , which is the Q4 from last year and compare it with the data from this year.
I will do this using status history but cannot find a way of doing
Started at between and including
{CURRENT_CALENDAR_YEAR.START.SUB(1,'year')}
and
{CURRENT_CALENDAR_YEAR.END.SUB(1,'year')}
With this I have the period of the last year.
How can I obtain the period of the last quarter of the last year ?
one example
I want to compare the average number of issues resolved on the current year (2024) and compare with the average number of issues resolved within the last quarter of the last year (Q4 2023)
Hi Cesar,
I am Nayan from the Atlassian Analytics team, happy to help!
Can you try using the following relative date variable:
{CURRENT_CALENDAR_YEAR.START.SUB(15,'month')} and {CURRENT_CALENDAR_YEAR.END.SUB(12,'month')}
This would fetch Q4 for last year.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.