Hi,
I am trying to add a workflow validator to check that there is at least one linked issue.
This is fine, I can do this.
Where I am stuck is I only want the rule to run where the "Linked Issue Type?"
"duplicates","causes" etc, all values EXCEPT "Not Applicable"
So the Validator Scope Condition at the bottom of the second image
I have tried the below
link.type.outward
{{issue.fields.issuelinks.type.name}} !="Not Applicable"
{{issue.getAsString("issuetype")}} !="Not Applicable"
Thank you very much in advance
Hi @Junka
What is the name of the issue link type, see link types in Jira administration, this as Not Applicable is the inward or outward option of the link type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.