JQL
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 required: None.
get/rest/api/2/jql/autocompletedata/suggestions
Query parameters
fieldNamestring
Example:reporter
The name of the field.
fieldValuestring
The partial field item name entered by the user.
predicateNamestring
The name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to.
predicateValuestring
The partial predicate item name entered by the user.
Response
Returned if the request is successful.