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

How to make a web request from Jira automation to bitbucket pipeline?

heister82 April 16, 2021

I see I could access the API at:

https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pipelines/

However when I access this URL for my repo I get:

{"type": "error", "error": {"message": "Resource not found"}}


I can only suppose this is because it's not authenticated... However I cannot find any docs/examples on how to do this...

This is as far as I could get setting this up...

test.png

1 answer

1 accepted

1 vote
Answer accepted
heister82 April 16, 2021

To answer myself:

Go to bitbucket, go into your account and create an app password.

base64 encode your USERNAME (not your email) with the password:

Using this format:
username:password

Then add a header to the web request with:
Name: Authentication
Value: Basic encodedstringyougetabove

And the request works.

Mike Medved February 23, 2022

Any way you can screen cap what that header looks like? (blurring your username & app password, of course!!!)

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events