I would like to hack together some kind of dashboard presenting different kinds of commit statistics like for example:
top 5 committers this day/week/month
Does FisheEye (or some other Atlassian products) have some kind of api for these kind of statistics?
Hi,
Did you take a look at the app called Awesome Graphs for Bitbucket? Our app offers REST API that allows you to export raw data on commits, pull requests, and lines of code.
Here is just one example of a possible output:
Let me know if you have any questions!
Best regards,
Uladzislava
Hi there,
You can use the rest api that is documented on these links:
https://developer.atlassian.com/display/FECRUDEV/REST+API+Guide
https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html
https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html
https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html
Please let me know if this is the api that you are looking for.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.