You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We're looking for the number of unique committers to repositories in our workspace over the last 6 months.
We'd like to count only active users (e.g. ignore committers who are no longer with the company).
Can this be done using the Bitbucket Cloud API?
G'day!
Unfortunately, at present, the API will not show whether or not a user is active - or what their total commit count is. I have raised this as a feature request to our developers on your behalf, however:
https://jira.atlassian.com/browse/BCLOUD-22296
Please feel free to "Watch" this ticket to receive future updates related to it, and "Vote" for it to improve its visibility in relation to customer demand.
In the meantime, you can use the GIT command below on a per-repository basis that will show individual users who have committed in the last 6 months, and the number of commits they have contributed:
git shortlog -s -n --all --since 2022-06-01
Cheers!
- Ben (Bitbucket Cloud Support)
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.