linear_createTeamLabel
Create a new label for a team to categorize and manage issues, with optional color, description, and parent label.
Instructions
Create a new label for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label name | |
| color | No | Label color | |
| teamId | Yes | ID of the team that owns the label | |
| parentId | No | Optional parent label ID | |
| description | No | Optional label description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| color | No | ||
| parent | No | ||
| description | No |