maton linear issue update
Update an issue’s fields
maton linear issue update <id> [flags]
Options
-
--assignee <string> - Assignee user UUID
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-d,--description <string>- New description
-
--dry-run - Print the request that would be sent without executing it
-
--format <string> - Output format: 'json' (default) or 'text' on supported commands
-q,--jq <expression>- Filter JSON output using a jq expression
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--priority <string> - Priority (0=None, 1=Urgent, 2=High, 3=Medium, 4=Low)
-
--state <string> - Workflow state UUID
-
--template <string> - Format JSON output using a Go template; see "maton help formatting"
-F,--text-from-file <file>- Read description from file (or `-` for stdin)
-t,--title <string>- New title
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton linear issue update MTN-527 -t 'New title'
$ maton linear issue update MTN-527 --priority 2
$ maton linear issue update MTN-527 --state <state-uuid> --assignee <user-uuid>