Usage: rebar transition [--output {text,json}] [--reason REASON]
                        [--class CLOSE_CLASS] [--caused-by CAUSED_BY]
                        [--ref REF] [--force [FORCE]]
                        [ticket_id] [statuses ...]

Transition ticket status (optimistic concurrency).

positional arguments:
  ticket_id             the ticket to transition
  statuses              [<current>] <target> status

options:
  --output {text,json}, -o {text,json}
                        output format
  --reason REASON       close reason for a reason-required --class
                        (obsolete/wontfix/not_a_bug/escalated); recorded as
                        close_reason
  --class CLOSE_CLASS   close disposition class
  --caused-by CAUSED_BY
                        ticket that caused this bug
  --ref REF             verify/sign the completion gate against this ref
  --force [FORCE]       bypass a start/close gate (--force=<reason>)
