STASH API for getting the list of commits for a user for the past X days or a date range

Rahul Mohan July 23, 2014

Is there a STASH API for getting the list of commits for a user for the past X days or a date range

2 answers

1 accepted

0 votes
Answer accepted
Rahul Mohan July 23, 2014

Hey Tim,

thanks i was able to do it via command line.. i think i will have to create some kind of report by converting this data to an HTML format.

boris_alyurov_prcm September 9, 2016

Hi Rahul,

How did you do it?  Does your solution work across all projects/repos/branches?

 

Thanks,

Boris 

0 votes
TimP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2014

Hi Rahul,

Unfortunately there's no REST API for retrieving commits by user at the moment. However, if you don't mind getting your hands dirty with a bit of java plugin development the Stash Java API has a great git command builder API for invoking git commands on the underlying repository. You could get a list of commits by using the git API to invoke a git log command and pass it the --author, --before and --after parameters to filter the output.

cheers,

Tim

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events