new ticket
Create a new ticket
Usage
lucy new ticket <title> [OPTIONS]
Examples
lucy new ticket "Add login feature" --project ABC
lucy new ticket "Fix bug" --project ABC --status TODO
lucy new ticket "Update docs" --project ABC --status IN-PROGRESS --description "Update API
documentation"
Arguments
<title> The title of the ticket
Options
-h, --help Prints help information
-p, --project <KEY> The key of the project this ticket belongs to
--project-id <ID> The ID of the project this ticket belongs to
-s, --status <KEY> The key of the status for this ticket
--status-id <ID> The ID of the status for this ticket
-d, --description <DESCRIPTION> The description of the ticket