That branch type works when the trigger is for a version (e.g., version created).
Instead you will want to use a JQL branch to find the issues which have the same fix version as your trigger issue:
project = myProjectName AND fixVersion IN ({{triggerIssue.fixVersions.name}})
Please note: if your issues have more than one fix version assigned you will need to adjust for that case.
Kind regards,
Bill
Thank you so much for pointing me in the right direction. I ended up doing the following. It seems I had to define Issue Type again in order to get the result I wanted.
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.