Whenever there is a new ticket, I want to automatically link it to tickets that has same field-value if that new ticket contains a similar field-value.
Hi @Justine - You could do something like this:
YourCustomField = {{issue.YourCustomField}} AND key != {{issue}}
Hi,
Any ideas why this would won't work for my automation via Jira Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew Lee and welcome to the community!
Your branch is staying on the current issue but needs to instead branch into the desired issue(s). You'll want to change the branch to use JQL. Ultimately, the rule should look like this:
cf[xxxxx] = {{issue.customfield_xxxxx}} AND Key != {{issue.key}}
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.