Created
October 8, 2014 18:35
-
-
Save jechlin/99f0853f579c7e4edb34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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