Create Jira Backlog Items From Requirements
create_jira_story_from_requirementsConvert workshop notes or Fit/Gap analysis into Jira stories, tasks, and bugs, then create them in your project. Supports pre-structured items and dry-run preview.
Instructions
Turns workshop notes or Fit/Gap analysis text into properly structured Jira Stories, Tasks, and Bugs, then creates them in the given project. If items is provided, those pre-structured items are created as-is (recommended when the calling agent has already analyzed the notes). Otherwise, notes is parsed heuristically: lines tagged 'Story:'/'Task:'/'Bug:', 'As a ... I want ... so that ...' phrasing (-> Story), and bullet/numbered lines (-> Task) are detected automatically. Use dryRun to preview extracted items before creating anything in Jira.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Optional pre-structured backlog items; overrides automatic parsing of `notes` | |
| notes | No | Raw workshop notes / Fit-Gap analysis text to auto-parse into backlog items | |
| dryRun | No | If true, only return the parsed/would-create items without calling Jira | |
| projectKey | Yes | Target project key, e.g. 'ABC' |