I would like to set up a Merge Check that will block a merge if the associated Jira Issue has any blocking tasks.
I have searched for the solution before coming here and found the following example. However, right at import com.atlassian.jira.component.ComponentAccessor
I get an "unable to resolve class" error. I am running the latest version of Scriptrunner for Bitbucket Server v.7.10.0.
I have attempted to use AppLinks as shown in the following example and see that I am able to access the Jira Api this way, however I am unsure of how to actually determine the Task Id of the issue linked to the triggering Merge Branch.
I am having a hard time finding any up to date documentation that doesn't involve random Adaptavist or Atlasian forumn posts. Does anyone have any insight for how I can get started?