GET /rest/api/2/jql/autocompletedata/suggestions
Returns the JQL search auto complete suggestions for a field.
Suggestions can be obtained by providing:
fieldNameto get a list of all values for the field.fieldNameandfieldValueto get a list of values containing the text infieldValue.fieldNameandpredicateNameto get a list of all predicate values for the field.fieldName,predicateName, andpredicateValueto get a list of predicate values containing the text inpredicateValue.
This operation can be accessed anonymously.
Permissions required: None.
Servers
- https://your-domain.atlassian.net
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.