Hi,
I am using the post function create subtasks (Script Runner). When i am adding conditions, an error message occurs during the transition "Workflow Invalid Action", if i add no conditions, it works.
In my case, i need to check that if a custom field (Single list)= A and Custom field (Multiple Select)= B, then it creates the sub tasks.
This is the condition: cfValues['Main System'] == 'Test2' && 'Test in cfValues['Impacted ']*.value
Please see screenshot for the error:
Hello,
Is this post function in the create transition step? If so, then make sure that this post function is last in the list of post functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Swarna Radha
If first field select list, condition should be like this
cfValues['Main System']?.value == 'Test2' && 'Test' in cfValues['Impacted ']*.value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to hear that!
If it helps you, please mark answer as accepted. So that, other people will be able to find this answer easily for similar questions :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.