Search Suggestions
Lets you get suggestions for the currently entered search query.
Resource | /api/search/assist |
Returned entity | SearchSuggestions. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
SearchSuggestions attributes
Represents the list of search suggestions for the currently entered search query.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the SearchSuggestions
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the list of search suggestions. |
caret | Int | The current caret position. The end of the current search query by default. |
ignoreUnresolvedSetting | Boolean | When false, the Hide unresolved issues setting is taken into account for creating search suggestions. When true, this setting is ignored. True when the currently entered search query concerns a state-type field. |
query | String | The current search query for which the suggestions are being requested. |
suggestions | Array of Suggestions | The list of search suggestions for the currently entered search query. |
folders | Array of IssueFolders | The current search context. |
Read Search Query Suggestions
Get search query suggestions for the currently entered search query.
Required fields: query
.
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of SearchSuggestions attributes that should be returned in the response. If no field is specified, only the |