The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation with GitHub: how can I assign a user as as reviewer for a pull request?

ekrikelis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 11, 2020

 I have created a set of automation rules with GitHub webhook. When the automation rule tries to assign a user to review a pull request with a smart value {{webhookData.pull_request.requested_reviewers.login}}, I get the error "Specified user does not exist or you do not have required permission". The public name of the user and the full name are exact matches of the GitHub name. It is not a permissions issue because when I assign manually a user in the web interface I get no issues about permissions. Can anyone help with this?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Riaan van Rooyen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 1, 2020

Another request for this, I am looking to automate the transition of jira issues to In Review/Under Review and Closed based of of Pull Request triggers, but I am also hoping to assign the reviewer as the assignee of the issue when moving to In Review on Pull Request created.

Any leads? 

2 votes
Harris Harijono
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2020

I am also looking for an answer to this question. Did you manage to solve this problem?