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.
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.