create_task
Create a Jira issue by specifying project and summary, with optional issue type, parent link, and Markdown-formatted description for detailed context.
Instructions
Create a new Jira issue. Description supports Markdown formatting (headings, bold, italic, code, lists, links, blockquotes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Parent issue key (e.g. epic key PROJ-100) to link this issue under | |
| project | Yes | Project key (e.g. PROJ) | |
| summary | Yes | Issue title / summary | |
| issue_type | No | Issue type name (default: Task). Common values: Task, Bug, Story, Epic | Task |
| description | No | Issue description (supports Markdown) |