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 -F, --file string Take the title from the given file. Use - to read the message from the standard input
14 -c, --column string The column to add to. Either a column Id or prefix, or the column number starting from 1. (default "1")
15 --non-interactive Do not ask for user input
16 -h, --help help for add-draft
17```
18
19### SEE ALSO
20
21* [git-bug board](git-bug_board.md) - List boards
22