Get Field Auto Complete Suggestions

GET {{baseUrl}}/rest/api/3/jql/autocompletedata/suggestions?fieldName=<string>&fieldValue=<string>&predicateName=<string>&predicateValue=<string>

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.

Request Params

KeyDatatypeRequiredDescription
fieldNamestringThe name of the field.
fieldValuestringThe partial field item name entered by the user.
predicateNamestringThe name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to.
predicateValuestringThe partial predicate item name entered by the user.

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;value&quot;:&quot;ActiveObjects&quot;,&quot;displayName&quot;:&quot;\u003cb\u003eAc\u003c/b\u003etiveObjects (AO)&quot;},{&quot;value&quot;:&quot;Atlassian Connect&quot;,&quot;displayName&quot;:&quot;Atlassian Connect (\u003cb\u003eAC\u003c/b\u003e)&quot;},{&quot;value&quot;:&quot;Atlassian Connect in Jira&quot;,&quot;displayName&quot;:&quot;Atlassian Connect in Jira (\u003cb\u003eAC\u003c/b\u003eJIRA)&quot;}]}