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
andfieldValue
to get a list of values containing the text infieldValue
. -
fieldName
andpredicateName
to get a list of all predicate values for the field. -
fieldName
,predicateName
, andpredicateValue
to get a list of predicate values containing the text inpredicateValue
.
This operation can be accessed anonymously.
Permissions required: None.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fieldName | string | The name of the field. | |
fieldValue | string | The partial field item name entered by the user. | |
predicateName | string | The name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to. | |
predicateValue | string | The partial predicate item name entered by the user. |
RESPONSES
status: OK
{"results":[{"value":"ActiveObjects","displayName":"\u003cb\u003eAc\u003c/b\u003etiveObjects (AO)"},{"value":"Atlassian Connect","displayName":"Atlassian Connect (\u003cb\u003eAC\u003c/b\u003e)"},{"value":"Atlassian Connect in Jira","displayName":"Atlassian Connect in Jira (\u003cb\u003eAC\u003c/b\u003eJIRA)"}]}