(Using Jira Cloud)
Automation for Jira
We have an outside build management system that sends us an email when a 'FixVersion' has moved into to QA/UAT/Prod.
I want to be able to leverage that email to send to Jira (or a specific trigger issue) which will run criteria on all issues within that issues FixVersion and transition them through the process.
Here's what I have so far, rigged up by me sending the email to a specific Jira issue, which adds a comment and then transitions it. But it's only a 1-to-1 and I'd like a 1-to-many.
What I'm missing is the part i've noted in Red.