Hi,
We are currently migrating part of our CI/CD process to Jira Automations, and we’ve encountered an issue with tasks involving multiple deployments.
For instance, a developer may create a task that requires deploying more than one project, such as Project A and Project B. Our current automation system triggers when a deployment is successful, but it doesn’t check whether both applications have been deployed—it only requires one successful deployment to change the task’s status (e.g., from Deploy to PreProd to UAT).
How can we configure Jira Automation to check specific repositories listed using the Jira Git Integration plugin, loop through them, and verify that each release is successfully deployed before transitioning the task to the next status?
Thank you!