1## git-bug board add-draft
2
3Add a draft item to a board
4
5```
6git-bug board add-draft [BOARD_ID] [flags]
7```
8
9### Options
10
11```
12 -t, --title string Provide the title to describe the draft item
13 -m, --message string Provide the message of the draft item
14 -F, --file string Take the message from the given file. Use - to read the message from the standard input
15 -c, --column string The column to add to. Either a column Id or prefix, or the column number starting from 1. (default "1")
16 --non-interactive Do not ask for user input
17 -h, --help help for add-draft
18```
19
20### SEE ALSO
21
22* [git-bug board](git-bug_board.md) - List boards
23