You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
I'm very new to using BitBucket and have two questions regarding reporting.
1. Is there a way to get a report from BitBucket on all our code and the version number?
2. Is there a way to get a report on all checked out code?
Hi @Jason_Lauscher,
Welcome to Atlassian Community!
Bitbucket does not have that much reporting besides the diffs and your pull requests, but since it is based on Git you can use Git commands to get the information you are looking for in your first question. Have a look at Advanced Git Log and you can also use Git diff to get statistics between two branches/commits
git diff --stat <commit or branch> <commit or branch>
Regarding your second question, what are you looking for? Git does not have the concept of checked out/checked in code.
Announced in this blog, this holiday season we’re celebrating all things CI/CD and between now and the end of 2019 we’ll be showcasing content, use cases, feature announcements and more. One featur...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.