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

Why cant't I filter using Bitbucket API?

Yasmany_Tellez February 14, 2020

Hello, 

I'm making this request using Basic Authentication with the credentials: user/password app 

My query is:

https://api.bitbucket.org/2.0/repositories/?q=full_name+%7E+%22python%22&role=member

I'm only getting the results related to my repositories (in this case I have 2 repositories and both are retrieved) but the expected results, in this case, is to get all public repositories that contain python on its name, no just mine.

Is that possible to do that?

Thank you in advance.

 

1 answer

0 votes
Tyler T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 18, 2020

It is not possible unfortunately.

In your case, the API is returning the correct repositories. The role parameter is required and the repositories that were returned are ones in which you have the role of member.

Query string to narrow down the response as per filtering and sorting. role parameter must also be specified.

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events