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

Field Summary
static String NULL_QUERY
           
static String QUERY_PREFIX
           
 
Method Summary
 String createQuery(String searchString)
          Create a URL to be redirected to, given a search query.
 

Field Detail

QUERY_PREFIX

static final String QUERY_PREFIX
See Also:
Constant Field Values

NULL_QUERY

static final String NULL_QUERY
See Also:
Constant Field Values
Method Detail

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.