create_label
Create custom labels in GitLab projects to organize and categorize issues with specific colors, descriptions, and priority levels for better project management.
Instructions
Create a new label in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| name | Yes | The name of the label | |
| color | Yes | The color of the label given in 6-digit hex notation with leading '#' sign | |
| description | No | The description of the label | |
| priority | No | The priority of the label |