Hi,
I would like that if the user sets the Coment Level to a different one than All Users, it will not be possible to perform the transition to the next status. A comment is obviously required.
I tried to solve this problem like this:
Issue issue = issue
def cfm = ComponentAccessor.getCustomFieldManager()
def comment = transientVars.get("comment")
if (comment.getRoleLevel()) {
throw new InvalidInputException("Comment must be public")
}
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.