provider JQL GET
/rest/api/3/jql/autocompletedata/suggestions @utdk/jira
/rest/api/3/jql/autocompletedata/suggestions Get field auto complete suggestions
Returns the JQL search auto complete suggestions for a field.
Suggestions can be obtained by providing:
* `fieldName` to get a list of all values for the field.
* `fieldName` and `fieldValue` to get a list of values containing the text in `fieldValue`.
* `fieldName` and `predicateName` to get a list of all predicate values for the field.
* `fieldName`, `predicateName`, and `predicateValue` to get a list of predicate values containing the text in `predicateValue`.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** None.
- fieldName query
- The name of the field.
- string
- fieldValue query
- The partial field item name entered by the user.
- string
- predicateName query
- The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated. The valid predicate operators are *by*, *from*, and *to*.
- string
- predicateValue query
- The partial predicate item name entered by the user.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getfieldautocompleteforquerystring()