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
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