update_issue
Update an existing issue's fields—such as name, state, priority, or assignees—by providing the project and issue UUIDs.
Instructions
Update an issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The uuid identifier of the issue to update | |
| issue_data | Yes | The fields to update on the issue | |
| project_id | Yes | The uuid identifier of the project containing the issue |