Hi all,
So basically I need to report every week how many bugs breached there 'Resolve deadline' and how many were fixed (Resolution: Fixed) before there 'Resolve deadline'. The bug tickets are created from Zendesk. So we don't use JIRA Service Desk and the Zendesk reporting is way off.
I know this can be done with Scriptrunner. But I can't write code in Scriptrunner and the rest of the back end developers are busy. I was looking for some tutorials but couldn't really find any good ones. So is there a plugin or other way to accomplish this?
Thanks!
Create a transition Set Resolution and attach the resolution screen to this transition. Remove the Resolution field from all screens except this one. Create a new custom field called Actual Resolution date or something similar. Attach the "Update Issue Custom Field" post function to this transition and update the Actual Resolution date with the current timestamp i.e enter %%CURRENT_DATETIME%%. You can generate a report for these issues with a JQL filter and displaying/sorting the Actual Resolution date and Resolve deadline side by side.
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.