Finally changing the constant will not change anything: the TOTAL number of results is not limited by paging byt is limited by the ldap to 500 by default...
In 4.8, and thanks to RUNTIME-3863 we handle it to log correctly errors when it happens... but anyway the server conf needs to be changed to authorize our ldap user to request more...
Raphaël Franchet
added a comment - Finally changing the constant will not change anything: the TOTAL number of results is not limited by paging byt is limited by the ldap to 500 by default...
In 4.8, and thanks to RUNTIME-3863 we handle it to log correctly errors when it happens... but anyway the server conf needs to be changed to authorize our ldap user to request more...
we decided to use the same constant in all ametys ldap connectors (at 500) to fix the issue.
Implementing a configurable value would be done in other linked tickets
Raphaël Franchet
added a comment - we decided to use the same constant in all ametys ldap connectors (at 500) to fix the issue.
Implementing a configurable value would be done in other linked tickets
Raphaël Franchet
James Hawken
Votes:
0Vote for this issue
Watchers:
3Start watching this issue
Created:
Updated:
Resolved:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
Don't have a test environment to check it is fixed but got the green light from Raphael