Hi All,
I'm using adaptavist scriptrunner in bitbucket which exposes the PullRequest (and MergeRequest) API from Bitbucket.
My goal is simple: Veto a PR into our release or production branches if there is any "TODO" text appearing (for this project, I'm not planning on interpreting the source to see if it's a string, variable, comment etc...) in the source code.
Obviously we're manually checking for these, but in our feature and dev branches it's okay to leave them in (we typically reference Jira issues in the source code), but it would be nice to get a quick sanity check in the PR.
I've been through the APIs and at best I can get the most recent commit ID for the from and to repositories, but don't seem to be able to get the commit history (and hence diff data) that is available to users in bitbucket.
Gary.