/rest/api/3/jql/autocompletedata/suggestions 500 Error when querying predicate values

Hi,

I’ve noticed a 500 response from the cloud reset API when sending the following request

/rest/api/3/jql/autocompletedata/suggestions?fieldName=status&predicateName=TO

the response body is

{"errorMessages":["Internal server error"],"errors":{}}

The docs at the moment are stating that this combination of query params is possible. I have found that the request seems to work if I alter my request to

/rest/api/3/jql/autocompletedata/suggestions?fieldName=status&predicateName=TO&predicateValue

I’ve also tried hitting V2 of the REST endpoint and have the same problem.

Cheers,
Ben

1 Like