jira_label_add
Add labels to a JIRA issue without removing existing labels. Provide the issue key and label list; labels cannot contain spaces.
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. |