Hi! I have one case with issue status.
I want to apply the following restriction on status changes: switch the issue to "reopened" only after user comment.
I know that we can change the status from comment using "listeners" feature, but it doesn't apply the restriction. The best would be the situation when no one can reopen the issue before leaving comment.
Please, help me find the good way to implement this case.
Thanks in advance.
The best way is going to need a little code (i.e. an add-on that implements some code, or a scripting add-on etc).
All you need is a simple condition though, one that looks at the number of comments since the last status change and blocks any transitins when it's less than one.
A more simple option might be a validator that says "you must comment during this transition"
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.