When a Pr is created in github automation moves the issue into the `In Review` status but I need also to assign the task to the reviewer in github Is that doable?
Welcome to our Community.
Your scenario is interesting, but in fact, the reviewers in GitHub may be multiple users and jira issue assignee must be just one user. So it's not doable from this perspective.
However, if there's only one reviewer in your rule, maybe we need GitHub REST API to get the current reviewer firstly, map the reviewer to Jira issue and then assign the issue to the reviewer user with jira automation(s). This is just an implementation idea for your reference.
In my actual case, I prefer to integrate Jira Software with GitHub firstly and then the code reviewers will be shown in the development panel when someone is reviewing the codes.
Hope it helps.
Thanks,
YY哥
What if i made a custom field in my jira board that allow multiple users will that be easier? and for mapping can we rely on email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a trigger for assigning a new reviewer? that can help me alot by using smart Values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.