jira_add_label
Add labels to Jira issues for categorization and organization, enabling easier filtering and tracking of work items.
Instructions
Add a label/tag to a Jira work item. Use to categorize and organize work items for easier filtering and tracking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | The Jira work item key (e.g., 'SSAS-123') | |
| label | Yes | The label to add (single word, no spaces). Examples: 'bug', 'urgent', 'documentation' |