Skip to content

Instantly share code, notes, and snippets.

@jechlin
Created October 8, 2014 18:35
Show Gist options
  • Save jechlin/99f0853f579c7e4edb34 to your computer and use it in GitHub Desktop.
Save jechlin/99f0853f579c7e4edb34 to your computer and use it in GitHub Desktop.
package examples.answers
import com.onresolve.scriptrunner.runner.customisers.PluginModule
import com.onresolve.scriptrunner.runner.customisers.WithPlugin
import com.atlassian.jira.plugins.dvcs.service.api.DvcsPullRequestService
@WithPlugin("com.atlassian.jira.plugins.jira-bitbucket-connector-plugin")
@PluginModule
DvcsPullRequestService dvcsPullRequestService
dvcsPullRequestService.getPullRequests(["JRA-8085"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment