Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I query to fetch list of commits that between two dates?

Fatih Melih Ersoy August 24, 2021

I need to know the commits that between two dates in a branch. I'm using the REST API V2.

 

i need something like :

https://api.bitbucket.org/2.0/repositories/user/repo/commits?include=master&date>2019-12-19&date<2020-12-19

 

i need commits between these spesific dates

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2021

Hi @Fatih Melih Ersoy and welcome to the community.

I'm afraid that the API endpoint for getting the commits of a repo doesn't support filtering by date at the moment.

We have a feature request about this in our issue tracker:

I would suggest that you add your vote in the feature request (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature request.

In the meantime, as a workaround, you could make a mirror clone of the repo, and then use a git log command in the mirror clone with the options --after and --before, to get the commits between two dates.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events