create_subtask
Creates a Jira subtask under a specified parent issue using the parent issue key and a summary, with optional description and issue type.
Instructions
Create a subtask for a parent issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short summary of the subtask | |
| issueType | No | Subtask issue type name | Sub-task |
| description | No | Detailed description | |
| parentIssueKey | Yes | The key of the parent issue |