The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Comment Level validator

Tomasz Bryla
Contributor
February 21, 2019

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")

}

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events