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

Extract Fisheye's commit calendar data

EJ Victoria January 12, 2015

Hi Guys,

Is it possible to extract Fisheye's commit calendar data into csv or excel? This is by repository or by user I mean.

Thanks,

EJ

1 answer

0 votes
Piotr Swiecicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 12, 2015

Hi @EJ Victoria,

On both repository activity stream page (e.g. https://fisheye1.atlassian.com/changelog/firebird) and user activity stream pge (e.g. https://fisheye1.atlassian.com/committer/firebird/alexpotapchenko) click on the "Tools" button in the top right corner.  There is a "RSS feed" link which would generate RSS (XML based) document with the recent activity.  Just ensure you filter commits only if you are interested in Commit data but not review data, e.g.:

Activity+firebird%2F+2015-01-13+09-57-47.png

Alternatively you can use FishEye's REST API, e.g. https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html#rest-service-fe:changeset-v1:listChangesets to list changesets matching given criteria - committed by particular committer and/or limited to particular repository only.  You can retrieve the data in both XML and JSON format.

Hope that helps,
Piotr

EJ Victoria January 12, 2015

Hi Piotr,

The data that I'm interested at is:

commit.png

 

Any recommendation as to how to get this data (commit count per month)?

Piotr Swiecicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 13, 2015

There is a way to retrieve this data, but bear in mind this is not a part of public API, so I can't guarantee it won't change in the future. You can request it using the following links: * https://fisheye1.atlassian.com/fe/commitCalendar.do?context=changelog&repname=jptools&outputtype=html * https://fisheye1.atlassian.com/fe/commitCalendar.do?context=changelog&repname=jptools&outputtype=json in html and json format respectively. Hope that helps, Piotr

EJ Victoria January 13, 2015

This seems to work for us for checking the commit calendar for a user: [FISHEYE]/fe/commitCalendar.do?context=user&username=user1&outputtype=html [FISHEYE]/fe/commitCalendar.do?context=user&username=user1&outputtype=json Thanks for the help.

EJ Victoria January 13, 2015

Hmmm now experimenting if this can also be applied for groups, like: [FISHEYE]/fe/commitCalendar.do?context=group&groupname=group1&outputtype=html Is there a way for this?

Piotr Swiecicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 14, 2015

I am afraid this is not possible directly. You may want to use REST API https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:groups:name:users to retrieve names of users who belong to particular group though, then iterate and request commit calendar data for each user and add it up.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events