holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
195 stars 54 forks source link

How to parse commit message #34

Closed malayamanas closed 6 years ago

malayamanas commented 6 years ago

We have BUGID mentioned inside every commit message, like below. BUGID: 123456, 234567

Is it possible to parse commit message for BUGID and make it available in analytics report ?

holmari commented 6 years ago

Sorry, this is out of scope for this tool. There's no standard to do this, and while implementing this would work for your organization, some other org would have a different way of formatting their commit messages.