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.
CodePudding user response:
Check this: az repos pr create
How to install: How to install the Azure CLI