Optionalparameters: {OptionalfieldName?: stringThe name of the field.
OptionalfieldValue?: stringThe partial field item name entered by the user.
OptionalpredicateName?: stringThe name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to.
OptionalpredicateValue?: stringThe partial predicate item name entered by the user.
Optionaloptions: RequestOptions
Returns the JQL search auto complete suggestions for a field.
Suggestions can be obtained by providing:
fieldNameto get a list of all values for the field.fieldNameandfieldValueto get a list of values containing the text infieldValue.fieldNameandpredicateNameto get a list of all predicate values for the field.fieldName,predicateName, andpredicateValueto get a list of predicate values containing the text inpredicateValue.This operation can be accessed anonymously.
Permissions required: None.