I would like to query the bitbucket rest api for all repositories within a project. Is this possible? I don't see . . .
I'm afraid that is currently not possible. The API portion of the projects rollout is currently being worked on, but hasn't been released yet.
However, it will eventually be possible to apply a standard API filter query on the team's repositories endpoint (project.key = "PROJ"):
https://api.bitbucket.org/2.0/repositories/bitbucket?q=project.key%3D%22PROJ%22
I'll try to update this answer when we roll that out.
In case anyone wanders by this post...yes, this is now rolled out and I can confirm it works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Stash (Bitbucket Server) and bitbucket.org are very different code bases and their APIs reflect these differences. The above does not apply to Bitbucket Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh it's Cloud! Not checking the tags... zzz.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.