public class ProjectPickerResource extends Object
Constructor and Description |
---|
ProjectPickerResource(ProjectPicker projectPicker) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
searchForProjects(String query)
Returns a list of projects visible to the user where project name and/or key is matching the given query.
|
@Autowired public ProjectPickerResource(ProjectPicker projectPicker)
public javax.ws.rs.core.Response searchForProjects(String query)
Passing an empty (or whitespace only) query will match no projects. The project matches will contain a field with the query highlighted.
query
- a sequence of characters expected to be found in the word-prefix of project name and/or key.Copyright © 2002-2022 Atlassian. All Rights Reserved.
View cookie preferences