public class StatisticsResource extends Object
Constructor and Description |
---|
StatisticsResource(JiraAuthenticationContext authenticationContext,
SearchRequestService searchRequestService,
SearchService searchService,
StatisticsService statisticsService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
oneDimensionalSearch(String jql,
Long filterId,
String statType)
Complete a one dimensional search on a jql search query or a a filter id.
|
public static final String FILTER_ID
public StatisticsResource(JiraAuthenticationContext authenticationContext, SearchRequestService searchRequestService, SearchService searchService, StatisticsService statisticsService)
public javax.ws.rs.core.Response oneDimensionalSearch(@Nullable String jql, @Nullable Long filterId, @Nullable String statType)
jql
- (optional) The jql to use for the query.filterId
- (optional) The filterId to use for the query.statType
- The statistic type to groups search results by.Copyright © 2002-2018 Atlassian. All Rights Reserved.