Skip to main content

Labels

label list

List issue labels, optionally scoped to a team. Responses include pagination metadata, but this command has no --cursor flag; see pagination gaps.

linear-cli label list --team ENG --limit 50
FlagDefaultDescription
--team <key>Team key to filter labels
--limit <n>50Maximum result count

label create

Create a workspace or team-scoped label.

linear-cli label create --name "Bug" --color "#ff0000" --team ENG
FlagRequiredDescription
--name <name>YesLabel name
--color <hex>NoHex color such as #ff0000
--team <key>NoTeam key to scope the label