You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API call, it does not expose the branch ID number, making it impossible to correlate commits to the branch. It looks like commits does expose the "parent ID" and I'm assuming this would be the ID number of the branch.
Alternative would be to add a branch search to the commits API call.
The text was updated successfully, but these errors were encountered:
On Jan 13, 2018, at 9:31 AM, Oliver Lipkau ***@***.***> wrote:
Good catch. Did you fix this in your PR?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Not sure if this is the right place to mention this, but! When calling the
$server/rest/api/1.0/projects/$ProjectKey/repos/$Repo/branches
API call, it does not expose the branch ID number, making it impossible to correlate commits to the branch. It looks like commits does expose the "parent ID" and I'm assuming this would be the ID number of the branch.
Alternative would be to add a branch search to the commits API call.
The text was updated successfully, but these errors were encountered: