atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 645 forks source link

[BitBucket] edit_pull_request #896

Open Row opened 2 years ago

Row commented 2 years ago

Would be nice with an edit_pull_request with some of the parameters of open_pull_request.

e.g.

def edit_pull_request(
        self,
        pull_request_id,
        destination_branch,
        title,
        description,
        reviewers=None,
    ):

Use case is after the tests pass you want to update the pull-request's reviewers.

oliemansm commented 5 months ago

Any plans on implementing this or any other way currently how to achieve this? I'd like to be able to update the title.

My use case is a script that helps in some tedious Renovate update tasks, and being able to mark PRs to be rebased by renovate.