update_pull_request_thread_status
Updates the status of a comment thread in a pull request to indicate resolution or state such as fixed, wontFix, or active.
Instructions
Update the status of a comment thread in a pull request (repositoryId optional; derived from pullRequestId when omitted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The status to set on the thread | |
| threadId | Yes | The ID of the thread to update | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| repositoryId | No | The ID or name of the repository (optional; derived from pullRequestId when omitted) | |
| pullRequestId | Yes | The ID of the pull request | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |