public interface

StatisticsService

com.atlassian.jira.dashboarditem.statistics.service.statistics.StatisticsService
Known Indirect Subclasses

Class Overview

Used to generate statistical results for given searches and groupings.

Summary

Public Methods
Either<OneDimensionalStatisticsResultBeanErrorCollection> aggregateOneDimensionalStats(String jql, Long filterId, String statType)
Generates statistics for a given search grouped by a statistic type

Public Methods

public Either<OneDimensionalStatisticsResultBeanErrorCollection> aggregateOneDimensionalStats (String jql, Long filterId, String statType)

Generates statistics for a given search grouped by a statistic type

Parameters
jql to search
filterId saved filter to search for
statType to group by @return Either error if search was invalid or a set of results