GET /rest/api/2/jql/autocompletedata/suggestions

Returns the JQL search auto complete suggestions for a field.

Suggestions can be obtained by providing:

This operation can be accessed anonymously.

Permissions required: None.

Servers

Query parameters

Name Type Required Description
predicateValue String No

The partial predicate item name entered by the user.

fieldValue String No

The partial field item name entered by the user.

predicateName String No

The name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to.

fieldName String No

The name of the field.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.