Create a label
create_labelCreate a label that can be applied to issues. Pass a team to keep the label on that team only, otherwise it is available across the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label name. | |
| team | No | Team key, name or id to restrict the label to. Null or omitted keeps it workspace wide. | |
| color | No | Hex colour such as "#7c3aed". |