Interface TimeTrackingHistoryService
- All Known Implementing Classes:
TimeTrackingHistoryServiceImpl
public interface TimeTrackingHistoryService
Service providing access to real time worklog history data for a given set of issues.
This service constructs its data from the worklog entries as well as the change history of remaining estimate values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
Data object produced by the TimeTrackingHistoryService -
Method Summary
Modifier and TypeMethodDescriptiongetTimeTrackingHistory
(com.atlassian.jira.user.ApplicationUser user, Collection<String> issueKeys) Get the time tracking history for a given set of issues and a start and end date
-
Method Details
-
getTimeTrackingHistory
ServiceOutcome<TimeTrackingHistoryService.TimeTrackingHistory> getTimeTrackingHistory(com.atlassian.jira.user.ApplicationUser user, Collection<String> issueKeys) Get the time tracking history for a given set of issues and a start and end date
-