Interface StatisticHistoryDataService
- All Known Implementing Classes:
StatisticHistoryDataServiceImpl
public interface StatisticHistoryDataService
Service for fetching historic data about issue statistics
-
Method Summary
Modifier and TypeMethodDescriptiongetStatisticHistory
(com.atlassian.jira.user.ApplicationUser user, Collection<String> issueKeys, StatisticsField statisticField, org.joda.time.DateTime sprintCompleteDate) Fetch the value history for a given statistic field and a set of issues.
-
Method Details
-
getStatisticHistory
ServiceOutcome<Map<String,List<StatisticHistoryEntry>>> getStatisticHistory(com.atlassian.jira.user.ApplicationUser user, Collection<String> issueKeys, StatisticsField statisticField, org.joda.time.DateTime sprintCompleteDate) Fetch the value history for a given statistic field and a set of issues.
-