Hi.
I want to do a fast track transition with the following condition, but it doesn't work...
issue.assignee.getName() !=
'dispatcher'
--> It is the issue creation transition.
Thanks in advance.
Petra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, The condition seems to be ok. Is the transition valid from current status to use the DISPATCH transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... is the assignee field filled? If the assignee is not present then you will get NullPointerException with this condition... maybe try {code}issue.assignee?.name != "dispatcher"{code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The assignee is filled automatically with the component lead. I'll try the other syntax. Thanks a lot for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issue creation transition doesn't have conditions (only validations and post functions).
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.