public interface StatisticsService
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Either<OneDimensionalStatisticsResultBean,ErrorCollection> |
aggregateOneDimensionalStats(String jql,
Long filterId,
String statType)
Generates statistics for a given search grouped by a statistic type
|
io.atlassian.fugue.Either<OneDimensionalStatisticsResultBean,ErrorCollection> aggregateOneDimensionalStats(String jql, Long filterId, String statType)
jql - to searchfilterId - saved filter to search forstatType - to group by @return Either error if search was invalid or a set of resultsCopyright © 2002-2022 Atlassian. All Rights Reserved.