Hi ,
Is there a rest API to check if the specific branch of the repository contains latest changes of the master branch ?
Thanks
@pari This is not directly possible, as a workaround,
Thanks DPK J for your quick response and will try and update.
http:///rest/api/latest/projects/<proj name>/repos/<repo name>/changes?since=<tag>&until=<commit-id>
I have tested this, but it gives changes since the SINCE value mentioned. but I want to check if the UNTILL value contains SINCE<tag> changes
It looks like you're new here. Sign in or register to get started.