update_story
Update fields of an existing Jira story. Only supplied fields are changed, returning success and issue key.
Instructions
Updates fields of an existing Story (e.g. after human approval edits). Only the fields you supply are changed. Returns { success, key }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Replacement labels list | |
| summary | No | New summary / title | |
| priority | No | New priority | |
| issue_key | Yes | Issue key, e.g. "PRD-42" | |
| description | No | New plain-text description | |
| story_points | No | New story point estimate |