Usage: rebar create [--output {text,json}] [--parent PARENT]
                    [--priority PRIORITY] [--description DESCRIPTION]
                    [--assignee ASSIGNEE] [--tags TAGS]
                    [--bridge-project BRIDGE_PROJECT] [--repos REPOS]
                    [--detected-by DETECTED_BY]
                    [ticket_type] [title] [parent]

Create a new ticket.

positional arguments:
  ticket_type           bug|epic|story|task
  title                 ticket title
  parent                optional parent id (positional)

options:
  --output {text,json}, -o {text,json}
                        output format
  --parent PARENT       parent ticket id
  --priority PRIORITY, -p PRIORITY
                        priority 0-4
  --description DESCRIPTION, -d DESCRIPTION
                        ticket description
  --assignee ASSIGNEE   assignee (Jira-resolvable)
  --tags TAGS           comma-separated tags
  --bridge-project BRIDGE_PROJECT
                        bridge project key
  --repos REPOS         comma-separated repos for the bridge project
  --detected-by DETECTED_BY
                        detected_by:<gate> tag (bugs)
