jira_create_subtask
Create a subtask under a parent Jira issue, automatically selecting the project and subtask type. Set priority, assignee, labels, components, and choose description format (Markdown, ADF, or plain).
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 |
|---|---|---|---|
| parentIssueKey | Yes | Parent issue key | |
| summary | Yes | Subtask summary/title | |
| description | No | Subtask description. Accepts plain text or ADF object. | |
| priority | No | Subtask priority | |
| assignee | No | Assignee account ID | |
| labels | No | Subtask labels | |
| components | No | Component names | |
| 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 |