jira_component_update
Update a JIRA component's name or description by providing its component ID from the list. Supply at least one field to modify.
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`). |