Search code examples
azureazure-devopsversion-controldevops

Create a pull request in Azure DevOps via CLI with options


How can one create a pull request in Azure DevOps via CLI, specifying options for the PR?

F.x. title, description, reviewers, worked item link, etc.


Solution

  • Check this: az repos pr create

    How to install: How to install the Azure CLI