public interface UserIssueSearcherHistoryManager
UserHistoryManager that allows you to store and retrieve history items UserHistoryItem of the type ISSUESEARCHER.| Modifier and Type | Method and Description |
|---|---|
void |
addIssueSearcherToHistory(ApplicationUser user,
IssueSearcher searcher)
Add a JQL query string to the user history list.
|
List<UserHistoryItem> |
getUserIssueSearcherHistory(ApplicationUser user)
Retrieve the user's Issue Seacher history queue.
|
void addIssueSearcherToHistory(ApplicationUser user, IssueSearcher searcher)
user - The user to add the history item tosearcher - The IssueSearcher used.List<UserHistoryItem> getUserIssueSearcherHistory(ApplicationUser user)
user - The user to get the history IssueSearcher items for.Copyright © 2002-2022 Atlassian. All Rights Reserved.