I want to use multiple conditions in a Script Post-Function [ScriptRunner] Function. But I cannot get it to evaluate to true.
only using one of the conditions works, but the combination with the "&&" operator does not evaluate to true.
How can I get this to work?
Hi @Ward Schwillens_ Schwillie ,
I believe that you should be using it this way
issue.issueType.name == 'xyz' && issue.getProjectObject().getProjectCategoryObject().getName()=="ABC"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.