jira_label_add
Add one or more labels to a JIRA issue without affecting existing labels.
Instructions
Add one or more labels to a JIRA issue incrementally (leaves the issue's other labels untouched, unlike jira_edit with a full labels array). JIRA labels cannot contain spaces. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira label add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| labels | Yes | Labels to add or remove. JIRA labels cannot contain spaces. |