Class Overview
This search provider uses the current JIRA search plus it uses Lucene query objects to wild
card on issue key and summary.
Public Constructors
Parameters
authenticationContext
| The auth context used to get current User |
searchProvider
| the SearcProvider to do actual searching |
constantsManager
| ConstantsManager |
searchService
| The search service sued to construct a serch Query |
modifier
| Helps rewrite the lucene query so that "NOTs" work as expected. |
Public Methods
Protected Methods
protected
String
getId
()
This returns a simple ID of the results, used mainly for html tag ids
protected
String
getLabelKey
()
This returns the label key of the results, eg why type of results are they.
Return the search that this provider uses as its view of all issues.
Parameters
issuePickerParams
| the paramaters from the issue picker. |
Returns
- the search request that returns all issues the provide sees and works with.