How do I get pull request reviewer name from GitHub to show up in a Jira issue either in the comment section or in a custom field?
Hi @Jack Etzion and welcome to the community,
Assuming your Jira is connected to your github and an issue is "linked" to a branch:
As far as my knowledge reaches I guess this can be done with firing a webhook from github when the pullrequest is created with a reviewer (see link below):
https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request
and catching this webhook with an automation rule in Jira, filtering the reviewer(s) out of the payload and adding writing them Into the issue. The tricky part is to get the issue key (as far as eg. a branch is mapped to a UserStory the branch should have the key in its name)
Hope that was helpful.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.