create_ticket
Create a Jira ticket with details like summary, description, issue type, and project key using the Jira MCP Server for streamlined issue tracking.
Instructions
Create a ticket on Jira on the api /rest/api/3/issue
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 |