skip to content
ccdocs

cc ticket

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

Usage

cc ticket [name]

Arguments

ArgumentDescription
nameProject 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-1234567-approvals-pjhe
      ^^^^^^^
      ticket ID → opens odoo.com/odoo/project.task/1234567

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

On this page