java.lang.Object | |
↳ | com.atlassian.jira.jql.resolver.SavedFilterResolver |
Looks up a saved filter via either id or name taking into account the user who is looking up the filter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Resolves
QueryLiteral s into the SearchRequest
objects that the user has permission to see. | |||||||||||
Resolves
QueryLiteral s into the SearchRequest
objects. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Resolves QueryLiteral
s into the SearchRequest
objects that the user has permission to see.
searcher | the user performing the search |
---|---|
rawValues | the query literals representing the search requests |
Resolves QueryLiteral
s into the SearchRequest
objects. Permissions are ignored.
rawValues | the query literals representing the search requests |
---|