public interface SearchService
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.jira.project.Project> |
get(String pql)
Get the projects from a pql
|
List<com.atlassian.jira.project.Project> |
get(String pql,
com.atlassian.jira.user.ApplicationUser user)
Get the projects from a pql for a user
|
boolean |
validate(String pql)
Validate the pql
|
List<com.atlassian.jira.project.Project> get(String pql)
pql
- the pqlList<com.atlassian.jira.project.Project> get(String pql, com.atlassian.jira.user.ApplicationUser user)
pql
- the pqluser
- the userboolean validate(String pql)
pql
- the pqlCopyright © 2020 DEISER. All Rights Reserved.