Is there a way for me to pull a report or extract that shows all of the commits with the date and associated message (tagged JIRA ticket)? I need to show this for some configuration management proof, and I'm trying to avoid manual screen shots.
If you have git installed you can clone the repository(s) and run a command like
$ git log --oneline --pretty=format:"%h,%an,%ai,%s"
which gives you a CSV style output which you can process further.
Thanks for the suggestion. I don't specifically have the skills to do this, but I can see if the release manager can give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.