jira_label_remove
Remove specific labels from a JIRA issue without affecting other labels. Keeps issue updates incremental.
Instructions
Remove one or more labels from a JIRA issue incrementally (leaves the issue's other labels untouched). Returns YAML {status: ok}. Mirrors omni-dev atlassian jira label remove.
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. |