Module pull_request_post

Source
Expand description

§Pull Request POST API

This module provides functionality to create pull requests in Bitbucket Server. It allows creating pull requests between branches with customizable titles, descriptions, and reviewers.

Structs§

ProjectInfo
Information about a project
PullRequestPost
Request builder for creating a pull request.
PullRequestPostPayload
The payload for creating a pull request.
RefInfo
Information about a Git reference (branch)
RepositoryInfo
Information about a repository
Reviewer
A user or group that can be added as a reviewer to a pull request
User
A user in Bitbucket Server