On Jira, Is there a way to close issues automatically after a string is set on a comment?
Using JQL we can use bulk change - transition, but how can we automatize that?
Thanks!
You need a little code to do that - a listener that can listen for issue updated and issue commented events, scan them for the string you want to trigger the change and then push the issue through the "close" transition. I'd use the script runner to do that.
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.