Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Assign GitHub project card to the specific user

I need to assign another user(or multiple users) to GitHub project card - can i do that directly, not by @username in the body of card? I've seen such feature on Trello, but not sure if it is possible on GitHub. Thanks in advance!

like image 266
D.Moiseev Avatar asked Nov 11 '18 14:11

D.Moiseev


People also ask

How do I assign a card to GitHub?

On GitHub.com, navigate to the main page of the repository. Under your repository name, click Issues or Pull requests. Open the issue or pull request that you want to assign to someone. If no one is assigned to an issue or pull request, click assign yourself to assign yourself.

Can I use someone GitHub code in my project?

In general, when a developer releases code on Github under a specific license, they expect the code to be taken and used elsewhere in accordance to this license. There is no additional burden on you to appease the developer in any way except following the license.

What is assignee in GitHub?

According to official github documentation, Assignee is a person who is working on specific issues and pull requests. It is sometimes confused as a reviewer. It is actually meant to be used with issues rather than pull request so that when we receive a issue we can assign someone to fix it.


1 Answers

AFAIK you cannot assign 'note card' in Github project card.

  • as already noted, workaround could be to mention @username in the body of the card
  • or convert the note card to github issue card selecting '... -> convert to issue'. The issue needs to be assigned to a git repository and then it can be assigned to a user or to multiple users.
like image 184
Tomas Kulhanek Avatar answered Oct 22 '22 16:10

Tomas Kulhanek