Class DateCountInPeriodResource

java.lang.Object
com.atlassian.jira.dashboarditem.statistics.rest.DateCountInPeriodResource

@Path("/dateCountInPeriod") public class DateCountInPeriodResource extends Object
  • Constructor Details

  • Method Details

    • completeCreatedVsResolved

      @GET @Produces("application/json") public javax.ws.rs.core.Response completeCreatedVsResolved(@QueryParam("jql") String jql, @QueryParam("field") List<String> fieldNames, @QueryParam("period") String periodName, @QueryParam("daysprevious") Integer daysPrevious, @QueryParam("includeVersions") boolean includeVersions, @QueryParam("operation") String operationName)
      Parameters:
      jql - to search
      fieldNames - is a list of strings for the fields to group
      periodName - is the name of the period to group by
      daysPrevious - is the number of days to max search backwards
      operationName - name of the operation from grouping the issues.
      Returns:
      http response.