update_pull_request
Update an existing pull request in Backlog: modify its summary, description, status, assignee, linked issue, or notify specific users.
Instructions
Updates an existing pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Pull request number | |
| repoId | No | Repository ID | |
| issueId | No | Issue ID to link | |
| summary | No | Summary of the pull request | |
| repoName | No | Repository name | |
| statusId | No | Status ID | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| assigneeId | No | User ID of the assignee | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| description | No | Updates an existing pull request | |
| notifiedUserId | No | User IDs to notify |