Class RemoteJiraRestResource

java.lang.Object
com.atlassian.jira.plugin.link.remotejira.rest.resource.RemoteJiraRestResource

@Path("remoteJira") public class RemoteJiraRestResource extends Object
A remote Jira-related REST resource for remote issue links.
Since:
v5.0
  • Constructor Details

  • Method Details

    • getPicker

      @GET @Path("/picker") @Produces("application/json") public javax.ws.rs.core.Response getPicker(@QueryParam("appId") String appId, @QueryParam("query") String query, @QueryParam("currentJQL") String currentJQL, @QueryParam("currentIssueKey") String currentIssueKey, @QueryParam("currentProjectId") String currentProjectId, @QueryParam("showSubTasks") boolean showSubTasks, @QueryParam("showSubTaskParent") boolean showSubTaskParent)
    • getSearch

      @GET @Path("/search") @Produces("application/json") public javax.ws.rs.core.Response getSearch(@QueryParam("appId") String appId, @QueryParam("jql") String jql, @QueryParam("maxResults") Integer maxResults)
    • getSearchAutoComplete

      @GET @Path("/autocomplete") @Produces("application/json") public javax.ws.rs.core.Response getSearchAutoComplete(@QueryParam("appId") String appId, @QueryParam("fieldName") String fieldName, @QueryParam("fieldValue") String fieldValue, @QueryParam("predicateName") String predicateName, @QueryParam("predicateValue") String predicateValue)
    • getSearchAutoCompleteData

      @GET @Path("/autocompletedata") @Produces("application/json") public javax.ws.rs.core.Response getSearchAutoCompleteData(@QueryParam("appId") String appId)
    • getSearchAutoCompleteDataPre51

      @GET @Path("/autocompletedata/legacy") @Produces("application/json") public javax.ws.rs.core.Response getSearchAutoCompleteDataPre51(@QueryParam("appId") String appId)