create_label
Create a new label in a GitLab project to organize and categorize issues with custom colors, names, and descriptions.
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 |