Hey guys:
I have the following problem:
Am I doing an action in JMWE, which requires a condition?
If there is a linked item of type XX then OK.
I tried a few ways but nothing worked:
{{ linkedIssue.fields.issuelinks.includes ("XX") }} "It was not"
{{ linkedIssue.fields.issuelinks.name == ("XX") }} "It wasn't"
Can anyone here help me?
Thanks in advance
The easiest way would be to add a condition to the transition in the workflow, see the appropriate documentation: Advanced workflow configuration
Thank you! Very helpful!
2 questions:
1. there is an option "only assignee condition" - for the sake of not breaking my workflow, can I use that AND "permission condition" together (assignee & admins/leads etc).
2. is there a way to add this to all of the transitions at once, or do I have to do it individually?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Yes, you can add multiple conditions and combine them, just make sure you select the correct operator ("Any" creates an "OR" condition)
2. If they are all separate transitions then no, you have to add the condition to every transition manually.
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.