-
Bug
-
Resolution: Fixed
-
Medium
-
6.0.1/OD-15
-
6
-
the server crashes with the following error:
{
errorMessages: [
"Internal server error"
],
errors: { }
}
It is all fine, if the following call is made, though:
https://jira.atlassian.com/rest/api/latest/search?jql=project+IN+%28%22CONF%22%2C%22JRA%22%29+order+by+updated+desc&fields=key&startAt=12800&maxResults=200
Previously the same behaviour was visible when the following was called:
https://jira.atlassian.com/rest/api/latest/search?jql=project+IN+%28%22CONF%22%2C%22JRA%22%29+order+by+updated+desc&startAt=1000&maxResults=200
vs. the following:
https://jira.atlassian.com/rest/api/latest/search?jql=project+IN+%28%22CONF%22%2C%22JRA%22%29+order+by+updated+desc&startAt=0&maxResults=200
- duplicates
-
JRASERVER-29357 Error in attachmentmodule when some files is attached
-
- Closed
-
- relates to
-
JRASERVER-42926 Error rendering 'com.atlassian.jira.jira-view-issue-plugin:attachmentmodule'. Please contact your JIRA administrators.
-
- Closed
-
- was cloned as
-
JRADEV-23664 Loading...