pr-harmony
pr-harmony copied to clipboard
Extra pull request workflows for Stash
Is the latest version compatible with Bitbucket v7.14.1? It seems like it's not. Could you please comment? Thank you.
``` diff --git a/pom.xml b/pom.xml index 65f5713..80d14c1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.monitorjbl.plugins pr-harmony - 2.5.0 + 2.6.0 atlassian-plugin PR Harmony @@ -33,7 +33,7 @@...
When I click save the reviewers and approvers lists get wiped out. I am able to use auto complete to select users but when I save they are removed. I'm...
The default, required, excluded users are grayed out. This not allowing me to add default reviews to the pull request. 
I am trying to use auto merge for a simple criteria. My requirement is if the PR created from any branch release/* then it should merge automatically. I set configuration...
We have 2 groups let's say A and B and want to say that we wanna have at least one PR approval from each group. Currently if I have let's...
SSH key based permissions are not attached to a user, so they cannot be excluded. It should be possible to do this though.
The in-browser editing feature introduced in Bitbucket server v4.13 is supposed to respect the branch permission, and it in fact honor the inbuilt "Branch Permission" at the project/repository level. If...
- Updated AsyncProcessor to look at the Bitbucket Server verson and choose between using the shared ExecutorService (5.9+) or creating its own ExecutorService (previous versions) - Bitbucket Server 5.9 includes...
Hi, cc @bturner for ideas and suggestions we started to see a performance issue with our Bitbucket servers, there seems to be correlation with installing version 2.5.0 of the plugin....