bj issue create¶
Create a Jira issue.
Synopsis¶
Options¶
| Option | Description |
|---|---|
-p, --project <text> |
Project key. |
-t, --type <text> |
Issue type. (default: Task) |
-s, --summary <text> |
Summary/title. |
-b, --body <text> |
Description. |
-e, --editor |
Write the body in $EDITOR. |
-a, --assignee <text> |
Assignee (name/email, or 'me'). |
-l, --label <text> |
Label. |
--priority <text> |
Priority name. |
--json |
Output raw JSON. |
-q, --jq <text> |
Filter JSON with a jq expression. |