create_pull_request
Create a pull request in Azure DevOps with reviewers, linked work items, and tags to streamline code review and tracking.
Instructions
Create a new pull request, including reviewers, linked work items, and optional tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| title | Yes | The title of the pull request | |
| description | No | The description of the pull request (markdown is supported) | |
| sourceRefName | Yes | The source branch name (e.g., refs/heads/feature-branch) | |
| targetRefName | Yes | The target branch name (e.g., refs/heads/main) | |
| reviewers | No | List of reviewer email addresses or IDs | |
| isDraft | No | Whether the pull request should be created as a draft | |
| workItemRefs | No | List of work item IDs to link to the pull request | |
| tags | No | List of tags to apply to the pull request | |
| additionalProperties | No | Additional properties to set on the pull request |