gh-project-item-add - Add a pull request or an issue to a project

NAME  SYNOPSIS  OPTIONS  EXAMPLE  SEE ALSO 

NAME

gh-project-item-add - Add a pull request or an issue to a project

SYNOPSIS

gh project item-add [<number>] [flags]

OPTIONS

--format <string>

Output format: {json}

--owner <string>

Login of the owner. Use "@me" for the current user.

--url <string>

URL of the issue or pull request to add to the project

EXAMPLE

# add an item to monalisa’s project "1"
gh project item-add 1 --owner monalisa --url https://github.com/monalisa/myproject/issues/23

SEE ALSO

gh-project(1)


Updated 2024-01-29 - jenkler.se | uex.se