linear_createTeamLabel
Create a new label for a team by providing the team ID, label name, and optional color, parent label, and description.
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 |