pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
Bitbucket Server plugin that invokes a custom URL when a pull request event is triggered.
I am using BB 4.14.5, plugin version 2.63 I am trying to configure a project level notification, I want to be able to specify branch and repo. Otherwise I have...
I’ve installed this plugin to our local Bitbucket server and I’m stuck with it. My problem is that it does not work at all. I’ve no doubt something went wrong...
First of all thank you for a great plugin! Super useful. I have a feature request for **additional comment info on comment events** PullRequestCommentAddedEvent has DiffCommentAnchor. Is it possible to...
This request is for a variable that indicates whether the pull request has conflicts. While the plugin can be configured to invoke the webhook based on whether the pull request...
An enhancement I'd find useful is a ${EVERYTHING_JSON} variable that expands to the JSON representation of all variables. This new variable is would be like the existing ${EVERYTHING_URL}, except instead...
It doesn't seem like there's a way to configure 2-way SSL / mutal TLS connections to the destination. I was hoping to use this to verify the identity of client...
From: Sedlock, David Sent: Wednesday, 22 February, 2017 15:45 To: Tomas Bjerre Subject: pull-request-notifier-for-bitbucket - exception reporting Hi Tomas, Exceptions are now going into the BBS logs, to which users...
I have a PRN with POST content that it is exactly this: > JP_CodeBranch=${PULL_REQUEST_FROM_BRANCH} The URL is approximately this: > http://jenkinshost/jenkins/job/jobname/buildWithParameters If I run the following in a shell: >...
We have a trigger that is configured like this:  I can see the API returning it:  However, it's not being rendered:  Any idea what might be happening?
Another feature request: There's PullRequestRolesUpdatedEvent described in docs which says that currently it only works for new reviewers added. Is it possible to add this event and **addedReviewers** info for...