Class ScopeFilterDataResource

java.lang.Object
com.atlassian.jira.projects.sidebar.header.ScopeFilterDataResource

@Produces("application/json") @Path("/project/{projectKey}/rapidviews") public class ScopeFilterDataResource extends Object
A REST resource that returns filtered scope data.
  • Field Details

  • Constructor Details

  • Method Details

    • getBoardsByProject

      @GET public jakarta.ws.rs.core.Response getBoardsByProject(@PathParam("projectKey") String projectKey) throws IOException
      Returns list of boards in selected project.
      Parameters:
      projectKey - specifies the project whose boards should be returned
      Returns:
      list of boards in project
      Throws:
      IOException