.nh .TH "GH-PROJECT-ITEM-ADD" "1" "May 2024" "" "GitHub CLI manual" .SH NAME .PP gh-project-item-add - Add a pull request or an issue to a project .SH SYNOPSIS .PP \fBgh project item-add [] [flags]\fR .SH OPTIONS .TP \fB--format\fR \fB\fR Output format: {json} .TP \fB-q\fR, \fB--jq\fR \fB\fR Filter JSON output using a jq expression .TP \fB--owner\fR \fB\fR Login of the owner. Use "@me" for the current user. .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB--url\fR \fB\fR URL of the issue or pull request to add to the project .SH EXAMPLE .EX # add an item to monalisa's project "1" gh project item-add 1 --owner monalisa --url https://github.com/monalisa/myproject/issues/23 .EE .SH SEE ALSO .PP \fBgh-project(1)\fR