edit_ticket
Update a Jira issue by modifying its summary, description, labels, or parent epic.
Instructions
Edit a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}. Do not use markdown in any field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | The labels of the ticket | |
| parent | No | The key of the parent ticket (the epic) | |
| summary | No | The summary of the ticket | |
| description | No | The description of the ticket | |
| issueIdOrKey | Yes | The issue id or key |