jira_create_issue
Create a new Jira issue (Task, Bug, Story, or Subtask) in the scoped project, with optional labels, parent key for subtasks, and placement.
Instructions
Create a new Jira issue (Task, Bug, Story, or Subtask). For subtasks, provide a parentId pointing to the parent Story or Bug — placement is ignored for subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to set on the new issue, e.g. ["wayfinder-map"] | |
| summary | Yes | Issue summary | |
| parentId | No | Parent issue key for subtasks, e.g. "PROJ-123" | |
| issueType | No | Issue type, e.g. "Task", "Bug", "Story", "Subtask" | Task |
| placement | No | Where to place the issue (not used for subtasks) | |
| description | No | Issue description (Markdown) |