Skip to content

Commit e183226

Browse files
authored
[Bitbucket] Add API signature to reply to a Pull request comment (#1086)
1 parent 815608a commit e183226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/bitbucket.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ Manage code
208208
# Add comment into pull request
209209
bitbucket.add_pull_request_comment(project, repository, pull_request_id, text)
210210
211+
# Reply to a comment of a pull request
212+
bitbucket.add_pull_request_comment(project, repository, pull_request_id, text, parent_id=None)
213+
211214
# Create a new pull request between two branches.
212215
bitbucket.open_pull_request(source_project, source_repo, dest_project, dest_repo, source_branch, destination_branch, title, description)
213216

0 commit comments

Comments
 (0)