Versions Compared

Key

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

...

Make sure that Jira is integrated with your Bitbucket Server instance. If not, please take all the necessary steps to integrate it. Here is how to do ithttps://confluence.atlassian.com/bitbucketserver/link-bitbucket-with-jira-776640408.html. This step requires (global) system admin permission.

...

  1. Enable both the merge check and post hook for a Bitbucket Server project as described above

  2. Create at least 2 pull requests using the same Jira id (here is how to link work to Jira issues https://support.atlassian.com/jira-software-cloud/docs/reference-issues-in-your-development-work/)

  3. Make sure one of pull requests cannot be merged in order to check that none of the pull requests can be merged

  4. Observe that none of the pull requests can be merged

  5. Resolve all issues and have all pull requests ready to be merged

  6. Merge any of the pull requests

  7. Observe that the rest of the pull requests have been merged by the post hook

...