add_pull_request
Create a new pull request in a Backlog project. Specify the repository, base branch, and branch to merge, along with summary and description.
Instructions
Creates a new 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 | |
| summary | Yes | Summary of the pull request | |
| description | Yes | Creates a new pull request | |
| base | Yes | Base branch name | |
| branch | Yes | Branch name to merge | |
| issueId | No | Issue ID to link | |
| assigneeId | No | User ID of the assignee | |
| notifiedUserId | No | User IDs to notify | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |