edit_ticket
Modify Jira ticket details including summary, description, labels, or parent ticket via the Jira MCP Server. Update issue metadata using the /rest/api/3/issue/{issueIdOrKey}
API endpoint.
Instructions
Edit a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | The description of the ticket | |
issueIdOrKey | Yes | The issue id or key | |
labels | No | The labels of the ticket | |
parent | No | The key of the parent ticket (the epic) | |
summary | No | The summary of the ticket |