I'm trying to collect ALL commits from just my bug tickets in order to see which files were altered to fix issues. I'm trying to just get the commit hashes and that would be enough to create a script to run through and grab the info I need.
Any idea how I would do this?
you can easily get from database
bb_pr_commit table contains all the commit hash
sta_pull_request table contains all from_hash and to_hast (pull requests with commits)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.