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
.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/jql/autocompletedata/suggestions'
{"results":[{"value":"ActiveObjects","displayName":"<b>Ac</b>tiveObjects (AO)"},{"value":"Atlassian Connect","displayName":"Atlassian Connect (<b>AC</b>)"},{"value":"Atlassian Connect in Jira","displayName":"Atlassian Connect in Jira (<b>AC</b>JIRA)"}]}
fieldValue
or predicateValue
are provided, the matching text is highlighted with the HTML bold tag.