update-label
Modify project labels by updating their name, description, or color to maintain organized project management workflows.
Instructions
Update an existing label in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the label | |
| label_id | Yes | ID of the label to update | |
| name | No | Updated name of the label (optional) | |
| description | No | Updated description of the label (optional) | |
| color | No | Updated color code for the label (optional) |