I am trying to retrieve latest commit date on multiple files(around 66K) for which I have Stash link only. Please suggest how can I get this latest commit date for this respective files.
Below is the sample for 1 file:
https://[Node name]:8081/projects/{Project Name}/repos/{Repo Name}/browse/{folders}/xyz/xyz-xml.xml
You could get it using using the rest api:
curl -u fred:fred http://localhost:7990/rest/api/1.0/projects/WORK/repos/my-repo/commits/?until=master
https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.