Hi,
I was wondering what would be the best approach programmatically to implement the below:
Every Monday, loop through specific projects and evaluate the last date and time an issue in the "Resolved" state was updated.
If it exceeds a certain value (e.g. 2 weeks of inactivity) transition the issue to "Closed".
Should this be a custom event?
If yes, please advise as to where I can find documentation covering this or a good example would be greatly appreciated.
If not, please detail what other solutions there are?
you can do this using Jelly scripts, check this document for more information
https://confluence.atlassian.com/display/JIRA/Jelly+Escalation
another way is by using script runner plugin, check this
Thank you for the assistance,
So does this mean that there is no way to do this in Java?
In other words, perhaps create an IssueInactiveEvent that extends an AbstractEvent, add to Jira via some EventManager and then Jira dispatches the event to a listener when the condition is met (If someone does know how to do this, please do chime in).
I just want to know what all the options are before going forward with this :)
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.