Hi All,
We are using Github with JIRA.
I have set-up an Automation in JIRA where, when a PR is merged it automatically transitions the ticket to "QA review" Status. I was able to achieve that using this using the following trigger on JIRA.
| Pull request merged | Automatically transitions the issue when a related pull request is merged in a connected repository. |
Now I want to create another automation. If PR Reviewer doesn't like the code quality or finds issue with it, he wants the developer to fix the code. He wants to comment the issues and instruct developer to change code to fix it and clicks "Changes Requested".
Which JIRA Trigger can be used based on Github's "Changes Requested"?