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

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events