I'm trying to write a tool that checks reports out on the code review completeness of each branch in a Git repository. I can use the various APIs to get the number of reviewed and unreviewed changesets for a branch, but what I haven't been able to find is an API that returns me a list of all the branches in a repository. Can anyone help?
Hi,
You could use the internal REST API used by FishEye UI. Note this is an internal API so there is no guarantee it will not change in the future without warning.
[FISHEYE_URL]/changelog-ajax/[REPO_NAME]?command=branches&limit=100&q=
Mac
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.