create_ticket
Generate and submit a Jira ticket via API by specifying project key, summary, description, issue type, and optional parent ticket key for organization.
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 |
---|---|---|---|
description | Yes | The description of the ticket | |
issuetype | Yes | ||
parent | No | The key of the parent ticket (the epic) | |
project | Yes | ||
summary | Yes | The summary of the ticket |