update_story
Updates specific fields of an existing Jira story. Supply only the fields to change; returns 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 |