-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1.0
-
None
-
Severity 3 - Minor
Issue Summary
Jira Cloud for sheets throws EN-510 error when using auto-import with a query that returns too many issues.
Steps to Reproduce
- Configure an auto-import with a filter that returns over 4k issues
- It will eventually throw an EN-510 error
Expected Results
All results are imported into the spreadsheet
Actual Results
An EN-510 error appears
Workaround
Tweaking the query to return fewer results, such as including a time range delimiter:
<query> AND updated >= -90d
What does "too many" mean? 100 000 or 200 000 or 500 000? Any value can be set in the tool. It doesn't warn, it doesn't limit, it just doesn't work.
What is the reason why a query that is interrupted 8 out of 10 times in a scheduled way, runs 9 out of 10 times in the morning when started manually?
What is the proposal for a regular scheduled nightly migration of data to a data warehouse?