cc ticket

Open the Odoo support ticket linked to the current branch in the browser.

Usage

cc ticket [name]

Arguments

Argument
Description

name

Project name (tab-completable). If omitted, uses the current git branch.

Examples

cc ticket              # open ticket for current branch
cc ticket acme         # open ticket for acme's active environment branch

How It Works

CC extracts a numeric ticket ID from the branch name using the Odoo branch naming convention:

19.0-5186211-approvals-pjhe
      ^^^^^^^
      ticket ID → opens odoo.com/odoo/project.task/5186211

Works with both 17.0-XXXXXX-... style and plain XXXXXX-... style branch names.

Last updated

Was this helpful?