Hi there! My team has asked me to look into Jira Automation, specifically with Github work.
Currently our team has two triggers (related to pull requests) to transition cards into different workflow states:
What we're hoping to do is add a trigger in the middle of these two processes - when someone takes on that pull request ("add a review" on GitHub), the assignee on Jira changes to the code reviewer OR a label is created that says "Under Review by USER". This would help us identify (on Jira) which pull requests need to be taken on, and if they were taken on, which developer took that on.
Currently looking for a solution, but have not come across anything. Hoping someone can point me in the right direction.
I know this question is a year old, but for posterity, I wrote an article about triggering Jira automation rules using GitHub web hooks. The example in the article is for a slightly different workflow, but the same technique could probably be applied in this scenario.
https://shaunscovil.com/jira-automation-for-github-reviews-5da81ee72af8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.