You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.