Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization problem using BB Server API to create PR

Adrian Soovary
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 22, 2020

Hello!

I'm facing the following problem. I want to create a Pull Request using the Bitbucket Server API. This I want to achieve by doing the following CURL command from an automated process:

curl -X POST -k https://BITBUCKET-URL/rest/api/1.0/projects/{project-key}/repos/{repo}/pull-requests \
-H "X-Auth-Token: Bearer BITBUCKET-SECURITY-TOKEN" \
-H "Content-Type: application/json; charset=utf-8" \
-d @- << EOF
{
"PR-JSON": "CONTENT"
}
EOF

I replaced the sensitive information with placeholders.

The security token is correctly registered for a BB user. This token has admin rights. This user has rights to to Pull Requests manually.

What I'm getting back is this:

{"errors":[{"context":null,"message":"You are not permitted to access this resource","exceptionName":"com.atlassian.bitbucket.AuthorisationException"}]}

 What is going wrong here?

Thanks in advance for any help!

 

 

1 answer

0 votes
Paul Wiltsey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 30, 2021

Sorry, if this response is too late, but have you tried changing "X-Auth-Token" to "Authorization" ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events