tomasbjerre / simple-bitbucket-commit-checker

Simple, and easy to use, commit checker for Atlassian Bitbucket Server
https://marketplace.atlassian.com/plugins/se.bjurr.sscc.sscc
Other
21 stars 19 forks source link

SBCC does not work after upgrading to Bitbucket 5.14. #90

Open ghost opened 6 years ago

ghost commented 6 years ago

We have been using this plugin for a while to prevent commits against certain issue types and closed stories in Jira. We have upgraded Bitbucket from v4.11 to v5.14 and updated the plug in after the upgrade. The plugin now, does not seem to prevent the commits against those issue types.

We are using simple JQL as below.

issuetype = Story and status not in (Done,Closed)

Is there any thing that needs to be done after the upgrade? Thanks Sri

tomasbjerre commented 6 years ago

Not that I know of.