Forum Discussion

chamidu_sumanasekara's avatar
chamidu_sumanasekara
Copper Contributor
Nov 08, 2024

Azure GIT - Looking for a REST API to retrieve commits/PRs between two tags

Hi,

I am looking for a rest API to retrieve a list of commits/PRs between two given tags.

EX;

assume I have one tag named release-202410 from main branch and another tag named release-202411 from dev branch. 
I want to get a list of commits happed between the release-202410 and release-202411. basically, the idea is to get the list of new changes in release-202411 commits and PRs wise 

 

workaround would also be fine if there is no out-of-the box feature for this

2 Replies

Resources