Hello,
You would need an add-on for it.
For example, you could use the Power Scripts add-on:
You could create a listener on the issue commented event with a code like this:
number [] arr = getAllCommentIds(key
);
if (size(arr) == 1) {
autotransition("tranistion name", key)
}
You can read more about listeners here:
https://confluence.cprime.io/pages/viewpage.action?pageId=6558205
We normally look at Automation for Jira for this kind of automation. It's easy to set up and very flexible, it might work for you too.
Cheers,
Stefan
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.