public class DateCountInPeriodResource extends Object
Constructor and Description |
---|
DateCountInPeriodResource(DateCountInPeriodService dateCountInPeriodService,
JiraAuthenticationContext authenticationContext,
ResponseFactory responseFactory) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
completeCreatedVsResolved(String jql,
List<String> fieldNames,
String periodName,
Integer daysPrevious,
boolean includeVersions,
String operationName) |
public DateCountInPeriodResource(DateCountInPeriodService dateCountInPeriodService, JiraAuthenticationContext authenticationContext, ResponseFactory responseFactory)
public javax.ws.rs.core.Response completeCreatedVsResolved(String jql, List<String> fieldNames, String periodName, Integer daysPrevious, boolean includeVersions, String operationName)
jql
- to searchfieldNames
- is a list of strings for the fields to groupperiodName
- is the name of the period to group bydaysPrevious
- is the number of days to max search backwardsoperationName
- name of the operation from grouping the issues.Copyright © 2002-2019 Atlassian. All Rights Reserved.