This script queries the BitBucket v2 api to generate a list of pull requests made in your audit window.
Requirements:
- node.js
if you do not have node.js installed, you can install it here:
- open the
script.jsand edit the following variables:usernameworkspacepasswordauditStartDateauditEndDate
- Run
npm installto install dependencies - Run
node script.jsto run the script - The script will generate a file called
pull-requests.csvin the same directory as the script
notes:
- The script may take a few minutes to run depending on the number of pull requests in the audit window