The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate reports without using a third party app

Elie Obeid
Contributor
August 16, 2025

Is it possible to generate reports for example how many commits, by a user in a months, what and so on? Without using a third-party app?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 18, 2025

Hi @Elie Obeid

Thank you for reaching out to the community.

It may be possible using our existing REST APIs for Bitbucket Cloud, however, there would be series of API requests to build a final data output of your preference.

Essentially, what you can do is to:

  1. List all repositories in a workspace - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-get
  2. For each repos, get all commits and filter them by author - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-commits/#api-repositories-workspace-repo-slug-commits-get
  3. Process all data to build a report (i.e. how many commits per month etc.)

Regards,
Mark C

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events