Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket - Can't create pull request with reviewers

Derbeerk October 5, 2017

I'm trying to create pull request in bitbucket via its API.

API description: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pullrequests

This is an object I'm passing to the API

{
username : 'derbeerk',
repo_slug : 'lisatest',
title : 'title',
description : 'description',
source : { branch: { name: '1_package' }},
destination : { branch: { name: 'master' }},
reviewers : '{13e7e98b-414b-4345-9a63-5a59d76f8032}'
}

In return I get an errors like this

StatusCodeError: 500 - {"type":"error","error":{"message":"'list'","id":"0436de5105664825bb69a5e80c65614d"}}

 

I tried to change reviewers to username, uuid without curly braces, add trailing comma, etc.. always got the same error in return.

P.S. If I remove reviewers property - pull request would be created perfectly fine

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 5, 2017

Hi! 

 

have you tried to set 

reviewers   : '{13e7e98b-414b-4345-9a63-5a59d76f8032}'

like username

reviewers   : 'derbeerkManager'
Derbeerk October 5, 2017

@Gonchik Tsymzhitov I tried about 20 various combinations uuid with curly braces, without, username, team name, etc.. every time it replies with that kind of error 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events