search
This module provides a function for searching for issues in YouTrack.
search
Returns issues that match a search query.
For supported query operators and attributes, see Search and Command Attributes.
Parameters
Name | Type | Description |
|---|---|---|
folder | The project, tag, or saved search to set as the search context. If omitted, the search includes all issues. This is equivalent to selecting Everything as the search context in the user interface. | |
query | string, Object | A YouTrack search query. When this parameter is an object, you can search by extension properties. |
user | The user on whose behalf the query is executed. The results exclude issues that this user does not have permission to view. If omitted, the query is executed on behalf of the current user. |
Return Value
Working with Results
The function returns a Set of Issue objects. Use Set methods to select or process the results: