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

Get list of all repositories with activity in the last month

e-shreveTI June 14, 2016

Is there a way I can "search" FishEye to get a list of all the repositories with activity in the past X days?

1 answer

1 accepted

1 vote
Answer accepted
Piotr Swiecicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 14, 2016

Nothing out of the box I can think of comes to my mind, but I can think of two ways of getting this data:

  1. consume FishEye REST API - iterate over all repositories, retrieve recent changesets from each, collect the data sort chronologically.  See https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html#rest-service-fe:revisionData-v1:changesetList:repository for instance
  2. there is "undocumented" feature/bug in FishEye that is allows searching by empty phrase.  So you can search for all the changesets from all repositories and sort results chronologically, e.g. https://fisheye2.atlassian.com/qsearch?q=&t=1&s=0&bucket=ANY_DATE&userFilter=  You will see individual changesets from repositories but once you group it and stop at desired date you would have a collection of recently updated repositories.

Hope that helps,

e-shreveTI June 15, 2016

Using the REST API worked great.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events