public interface ProjectPicker
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.jira.rest.v2.issue.project.ProjectMatch> |
findProjects(String query)
Finds all the projects visible to the current logged-in user
that have the project key or name matching the provided query.
|
@Nonnull List<com.atlassian.jira.rest.v2.issue.project.ProjectMatch> findProjects(@Nonnull String query)
query - an user provided stringProjectMatches for the queryCopyright © 2002-2022 Atlassian. All Rights Reserved.