create_story
Create a Jira Story from a PRD by adding acceptance criteria, setting labels and priority, and optionally linking an Outline document.
Instructions
Creates a new Jira Story from a PRD. Formats the description with acceptance criteria and an optional Outline PRD link, sets labels and priority, and (if an Outline URL is supplied) attaches it as a remote link. Returns the created issue key, id, and browse URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | Yes | Labels, e.g. ["external", "feature"] | |
| summary | Yes | Story title / summary | |
| priority | Yes | Issue priority | |
| description | Yes | Full description in plain text | |
| project_key | No | Project key to target (e.g. "PRD"). Defaults to the configured JIRA_PROJECT_KEY if omitted. | |
| story_points | No | Optional story point estimate | |
| outline_doc_url | No | Optional URL of the Outline PRD doc to link back to | |
| acceptance_criteria | Yes | Acceptance criteria as a plain text list |