com.atlassian.jira.issue.search.util
Interface QueryCreator
- All Known Implementing Classes:
- DefaultQueryCreator
public interface QueryCreator
Converts quicksearch language search queries into JIRA search URLs.
- Since:
- v4.0
QUERY_PREFIX
static final String QUERY_PREFIX
- See Also:
- Constant Field Values
NULL_QUERY
static final String NULL_QUERY
- See Also:
- Constant Field Values
createQuery
String createQuery(String searchString)
- Create a URL to be redirected to, given a search query. The URL does not include context path.
It will do some smart searching based on whether there is a project selected.
- Parameters:
searchString
- the special "quicksearch language" search string
Copyright © 2002-2014 Atlassian. All Rights Reserved.