It seems Jira Service Desk custom reports only go back 1 year, why would Jira only offer 1 years worth of data when audits can go back 5 years?? We shouldn't have to use Jira Software filters to find historical data. Thanks in advance.
Hello Karyn,
Currently, it's not possible to go back further than a year on the Service Desk reports. We have a feature request suggesting the implementation of this ability:
- https://jira.atlassian.com/browse/JSDCLOUD-2188
Please, click on vote and watch in order to hear about updates on the development cycle.
The workaround, for now, is to do what you are already doing, using filters on Issues and Filters to set the necessary date or the option startofyear("-5").
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz Can you provide a workaround solution? The feature request has no movement and we need to pull trend analysis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can create a custom report from a programatic standpoint using the CLI. Grab the issues through a jql and then go through each issue and grabs its history. Now you have all the data, just write a prgoram to get all the data you need and display it in say a google chart or whatever tool you like
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.