public class

DateCountInPeriodResource

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

Summary

Public Constructors
DateCountInPeriodResource(DateCountInPeriodService dateCountInPeriodService, JiraAuthenticationContext authenticationContext, ResponseFactory responseFactory)
Public Methods
Response completeCreatedVsResolved(String jql, List<String> fieldNames, String periodName, Integer daysPrevious, boolean includeVersions, String operationName)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DateCountInPeriodResource (DateCountInPeriodService dateCountInPeriodService, JiraAuthenticationContext authenticationContext, ResponseFactory responseFactory)

Public Methods

public Response completeCreatedVsResolved (String jql, List<String> fieldNames, String periodName, Integer daysPrevious, boolean includeVersions, 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.