create_label
Create a global label definition for organizing issues. If a label with the same title exists, returns that instead. Use add_issue_label to attach labels to specific issues.
Instructions
Create a new label/tag definition in the workspace. Labels are global and can be attached to any issue. Returns existing label if one with the same title already exists (created=false). Use add_issue_label to attach a label to a specific issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Color code (0-9, default: 0) | |
| title | Yes | a string that will be trimmed | |
| category | No | a string that will be trimmed | |
| description | No | Label description |