I'm unable to find database query for total lines of code in all the bitbucket projects.
Does anyone know database query or REST API to get the total lines of code in all the bitbucket projects?
Thanks in advance.
I'm unable to find database query for total lines of code in all the bitbucket projects.
Does anyone know database query or REST API to get the total lines of code in all the bitbucket projects?
Thanks in advance.
There is no way to do this via the REST API as it's not information that either Bitbucket Server nor Bitbucket Cloud tracks currently.
I'm (really) curious though, why would this information be in any way useful?
I don't see an obvious way through the web gui, there's running a script like this on your local copy of the repository as an option.