Forums

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

BitBucket Reporting

Jason.Lauscher
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 3, 2020

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?

1 answer

0 votes
Mikael Sandberg
Community Champion
November 3, 2020

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events