com.atlassian.jira.issue.search.searchers.util.QuerySearcherInputHelper |
Interface for parsing JQL clauses to determine if they are suitable for usage in the Navigator or Search URL.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Take the passed clause and try and get the equivalent navigator parameters.
|
Take the passed clause and try and get the equivalent navigator parameters. Note: this also performs a validity check on the structure of the clause to determine if it fits for the Navigator. Therefore, it is not required to check this before the call is made.
clause | the clause to convert. |
---|---|
user | the user trying to convert the clause. |