create_issue_label
Create a new issue label with optional team scoping and parent label hierarchy. Specify a name, color, and nest it under another label for two-level organization.
Instructions
Create a new issue label.
team_id makes a team-scoped label. Omit for workspace-scoped.
color is a 7-char hex (#RRGGBB). parent_id nests this label
under another (Linear supports two-level label hierarchies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| team_id | No | ||
| parent_id | No | ||
| workspace | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||