update_pull_request
Update an existing pull request's summary, description, assignee, status, or linked issues in Backlog to keep pull requests current.
Instructions
Updates an existing pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| number | Yes | Pull request number | |
| summary | No | Summary of the pull request | |
| description | No | Updates an existing pull request | |
| issueId | No | Issue ID to link | |
| assigneeId | No | User ID of the assignee | |
| notifiedUserId | No | User IDs to notify | |
| statusId | No | Status ID | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |