jira_create_subtask
Creates a Jira subtask under a parent issue. Automatically selects the correct project and subtask type, and supports setting priority, assignee, labels, components, and description format.
Instructions
Creates a subtask under an existing parent issue. Automatically determines the correct project and subtask issue type. Supports setting priority, assignee, labels, and components. Description format is controlled by the "format" parameter (default: markdown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Description format: "markdown" (converts Markdown to ADF), "adf" (use as-is ADF object), "plain" (converts plain text to ADF with basic formatting). Default: "markdown" | markdown |
| labels | No | Subtask labels | |
| summary | Yes | Subtask summary/title | |
| assignee | No | Assignee account ID | |
| priority | No | Subtask priority | |
| components | No | Component names | |
| description | No | Subtask description. Accepts plain text or ADF object. | |
| parentIssueKey | Yes | Parent issue key |