jira_create_subtask
Creates a subtask under a parent Jira issue, automatically determining project and issue type. Supports setting priority, assignee, labels, components, and description in multiple formats.
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 |