All Known Implementing Classes:
StatisticsServiceImpl

public interface StatisticsService
Used to generate statistical results for given searches and groupings.
Since:
v6.4
  • Method Details

    • aggregateTwoDimensionalStats

      io.atlassian.fugue.Either<TwoDimensionalStatisticsResponseBean,ErrorCollection> aggregateTwoDimensionalStats(String jql, Long filterId, StatType statType, boolean addEmptyStatTypeToChart)
      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
      addEmptyStatTypeToChart - add issues with empty stat type to results or in separate object