Usage: rebar edit [--title TITLE] [--priority PRIORITY] [--assignee ASSIGNEE]
                  [--ticket_type TICKET_TYPE] [--description DESCRIPTION]
                  [--parent PARENT] [--bridge-project BRIDGE_PROJECT]
                  [--add-tag ADD_TAG] [--remove-tag REMOVE_TAG]
                  [--set-tags SET_TAGS] [--review]
                  [ticket_id]

Edit ticket fields (--title, --priority, --assignee, --ticket_type,
--description, --parent; tags via --add-tag/--remove-tag/--set-tags).

positional arguments:
  ticket_id             the ticket to edit

options:
  --title TITLE         new title
  --priority PRIORITY   new priority 0-4
  --assignee ASSIGNEE   new assignee (Jira-resolvable)
  --ticket_type TICKET_TYPE
                        new ticket type
  --description DESCRIPTION
                        new description
  --parent PARENT       new parent id
  --bridge-project BRIDGE_PROJECT
                        bridge project key
  --add-tag ADD_TAG     add a tag
  --remove-tag REMOVE_TAG
                        remove a tag
  --set-tags SET_TAGS   set the full tag set (add-wins)
  --review              emit the review payload

--review: preview payload, not atomic; see review-plan --status.
