create_ticket
Create a Jira ticket by providing project key, summary, description, and issue type; optionally specify a parent epic.
Instructions
Create a ticket on Jira on the api /rest/api/3/issue. Do not use markdown in any field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | The key of the parent ticket (the epic) | |
| project | Yes | ||
| summary | Yes | The summary of the ticket | |
| issuetype | Yes | ||
| description | Yes | The description of the ticket |