1GH-PROJECT-ITEM-CREATE(1)      GitHub CLI manual     GH-PROJECT-ITEM-CREATE(1)
2
3
4

NAME

6       gh-project-item-create - Create a draft issue item in a project
7
8
9

SYNOPSIS

11       gh project item-create [<number>] [flags]
12
13
14

OPTIONS

16       --body <string>
17              Body for the draft issue
18
19
20       --format <string>
21              Output format: {json}
22
23
24       --owner <string>
25              Login of the owner. Use "@me" for the current user.
26
27
28       --title <string>
29              Title for the draft issue
30
31
32

EXAMPLE

34       # create a draft issue in the current user's project "1"
35       gh project item-create 1 --owner "@me" --title "new item" --body "new item body"
36
37
38
39
40

SEE ALSO

42       gh-project(1)
43
44
45
46                                   Nov 2023          GH-PROJECT-ITEM-CREATE(1)
Impressum