HI Team,
Can we export issues on monthly basis in excel sheet on the basis of SLA defined,met,breached for that project.
I wish to export issues in form of excel or any other format on the basis of their SLA on monthly basis.
Thanks,
Nidhi
Hi Nidhi,
You can try running the following JQL:
project = <your_project_name> and created <= -30d and "Time to Resolution" <= remaining("0m") and "Time to Resolution" > remaining("-60m")
This should return the issues created on the last 30 days which the SLA is breached. Once you see the result of the JQL you can export the rows to an Excel file.
Hope it works for you.
Thanks and regards,
Paula Silveira
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.