Assign GitHub issue to multiple people

github

Solution

You could assign the issue to one of them and @-mention the GitHub usernames of the others, which will subscribe them to updates for that issue. If you have groups of people who will often be assigned together, you could also create teams within an organization to mention them all at once.

UPDATE: GitHub just shipped multiple assignees, so, now you can!

Problem

How do I assign a GitHub issue to more than one person? I have work in project with my colleagues using GitHub repository. If I create an issue I can assign it to one user, but sometimes I need to assign it to multiple people.

Original source

Related problems