linear_update_label
Modify an existing label in Linear's issue tracking system by updating its name, color, description, parent label, or archive status.
Instructions
Update an existing label in Linear
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Whether to archive the label | |
| color | No | The new color for the label in hex format (e.g. "#FF0000") | |
| description | No | The new description for the label | |
| labelId | Yes | The ID of the label to update | |
| name | No | The new name for the label | |
| parentId | No | The ID of a new parent label |