Skip to main content

update ticket

Update an existing ticket

Usage

lucy update ticket [key] [OPTIONS]

Examples

lucy update ticket ABC-1 --title "New title"
lucy update ticket ABC-1 --status DONE
lucy update ticket --id 1 --title "Updated" --description "New description"

Arguments

[key]    The key of the ticket to update

Options

-h, --help                         Prints help information
-i, --id <ID> The ID of the ticket to update
-s, --status <KEY> The key of the status for this ticket
--status-id <ID> The ID of the status for this ticket
-t, --title <TITLE> The title of the ticket
-d, --description <DESCRIPTION> The description of the ticket