Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains update the name of the Pull Request using Bitbucket Command Line Interface (CLI).

Instructions

Use updatePullRequest action to update the name of the Pull Request. Pull requests are a feature that makes it easier for developers to collaborate using bitbucket.

The parameter used in the below action are:

--project value refers to the project key.
--repository value refers to the repository name.
--pullRequest value refers to the name of the Pull Request.


  1. Execute this action to update the name of the Pull Request.

    Code Block



Info