Ability to filter by commit date in "List commits that modified a file" API endpoint

XMLWordPrintable

    • 1

      Currently, when using the List commit that modified a file endpoint of Bitbucket Cloud API, it's not possible to filter by the commit date.

      When trying to filter by commit date with a query similar to the below : 

      https://api.bitbucket.org/2.0/repositories/<workspace>/<repository>/filehistory/master/file_A.txt?fields=values.next,values.path,values.commit.date&q=values.commit.date<=2011-05-18
      

      The following error is returned :

      {"type": "error", "error": {"message": "Field \"commit.date\" does not support filtering"}}
      

      This feature request is to implement the ability to filter by the commit.date field in List commit that modified a file endpoint.

            Assignee:
            Unassigned
            Reporter:
            Patrik S (Inactive)
            Votes:
            5 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: