add_pull_request
Creates a pull request in Backlog by specifying project, repository, summary, description, base branch, and target branch, with optional issue linking and assignee notification.
Instructions
Creates a new pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeId | No | User ID of the assignee | |
base | Yes | Base branch name | |
branch | Yes | Branch name to merge | |
description | Yes | Creates a new pull request | |
issueId | No | Issue ID to link | |
notifiedUserId | No | User IDs to notify | |
projectIdOrKey | Yes | Project ID or project key | |
repoIdOrName | Yes | Repository ID or name | |
summary | Yes | Summary of the pull request |