Class IssueNavToolsResource

java.lang.Object
com.atlassian.jira.plugin.issuenav.rest.IssueNavToolsResource

@Path("issueNav/operations") public class IssueNavToolsResource extends Object
Resource for getting issue navigator tools via REST
  • Constructor Details

  • Method Details

    • views

      @POST @Produces("application/json") @Path("views") public jakarta.ws.rs.core.Response views(@FormParam("filterId") Long filterId, @FormParam("jql") String jql, @FormParam("modified") boolean modified)
    • tools

      @POST @Produces("application/json") @Path("tools") public jakarta.ws.rs.core.Response tools(@FormParam("searchResultsTotal") int searchResultsTotal, @FormParam("searchResultsPages") int searchResultsPages, @FormParam("filterId") Long filterId, @FormParam("jql") String jql, @FormParam("useColumns") boolean useColumns, @FormParam("skipColumns") boolean skipColumns)