-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
Issue Summary
The 'get autocomplete suggestions for JQL search' endpoint has a hardcoded limit of 15 results. This information is not clearly stated in the REST API documentation: Jira REST API Documentation. Integrations like MS Teams for Jira provide the ability to create issues from the chatbot. However, when a user clicks on the labels dropdown, even if they have more than 15 labels, only 15 will be returned due to this hardcoded limit. MS Teams calls the following endpoint: JIRA_BASE_URL/rest/api/2/jql/autocompletedata/suggestions?fieldName=labels.
Expected Results
All the labels should be retrieved.
Actual Results
Only 15 labels are retrieved.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is cloned from
-
JSWSERVER-26524 Support EC2 Hibernation for AWS
- Gathering Interest