java.lang.Object |
↳ |
com.atlassian.jira.user.DefaultUserIssueSearcherHistoryManager |
Public Constructors
Public Methods
Add a JQL query string to the user history list.
Parameters
user
| The user to add the history item to |
searcher
| The IssueSearcher used.
|
Retrieve the user's Issue Seacher history queue.
The list is returned ordered by DESC lastViewed date (i.e. newest is first).
Parameters
user
| The user to get the history IssueSearcher items for. |
Returns
- a list of history IssueSearcher items sort by desc lastViewed date.