I'd like to have the status changed to "Open" whenever an issue is moved between projects. How can this be done?
If an auto transition is required, I'm already using AutoTransitionListener in the Jira Toolkit for other things. It seems like I'd need to create a listener for each status that an issue might be in when it's moved, as the action id would be different for each. Is there a better solution than this?
It will be a good solution. You can listen on 'Issue Moved' event. Note that you will need multiple entries for each status. The only way to avoid is to write a custom listener that handles all the status transitions!
Was afraid of that. Thanks for verifying.
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.