create_label
Create a new label in a Plane project by specifying project ID, name, description, and color. Use labels to categorize and filter issues effectively.
Instructions
Create a new label.
Args: project_id: The UUID identifier of the project name: Name of the label description: Description of the label color: Color hex code for the label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | #000000 | |
| project_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |