Interface IssueStatusHistoryService
- All Known Implementing Classes:
IssueStatusHistoryServiceImpl
public interface IssueStatusHistoryService
Provides status history information in the form of status change timelines.
- Author:
- ahennecke
-
Method Summary
Modifier and TypeMethodDescriptioncollectStatusHistory(com.atlassian.jira.user.ApplicationUser user, com.atlassian.query.Query query, IssueStatusHistoryCallback callback) For all issues defined by the given query and for each status provided, the change timeline will be provided to the callback.
-
Method Details
-
collectStatusHistory
ServiceResult collectStatusHistory(com.atlassian.jira.user.ApplicationUser user, com.atlassian.query.Query query, IssueStatusHistoryCallback callback) For all issues defined by the given query and for each status provided, the change timeline will be provided to the callback.- Parameters:
user- : the user executing the queryquery- : which issues do we want to look atcallback- : This will be informed of every status change found in the history.
-