jira_component_update
Update a JIRA component's name or description by component ID. Pass component_id and at least one field (name, description) to change.
Instructions
Update a JIRA component's name and/or description (by component_id from jira_component_list; supply at least one field). Returns YAML {status: ok}. Mirrors omni-dev atlassian jira component update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name. Omit to leave unchanged. | |
| description | No | New description. Omit to leave unchanged. | |
| component_id | Yes | Component ID (from `jira_component_list`). |