1GH-PROJECT-ITEM-ADD(1) GitHub CLI manual GH-PROJECT-ITEM-ADD(1)
2
3
4
6 gh-project-item-add - Add a pull request or an issue to a project
7
8
9
11 gh project item-add [<number>] [flags]
12
13
14
16 --format <string>
17 Output format: {json}
18
19
20 --owner <string>
21 Login of the owner. Use "@me" for the current user.
22
23
24 --url <string>
25 URL of the issue or pull request to add to the project
26
27
28
30 # add an item to monalisa's project "1"
31 gh project item-add 1 --owner monalisa --url https://github.com/monalisa/myproject/issues/23
32
33
34
35
36
38 gh-project(1)
39
40
41
42 Nov 2023 GH-PROJECT-ITEM-ADD(1)