-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 1.0
-
Component/s: Jira Cloud for Google Sheets
-
None
-
Severity 3 - Minor
Issue Summary
When a JQL import type is not specified on the "Jira Cloud for Google Sheets" app, the execution can fail and produce an error message "Unbounded JQL queries are not allowed here. Please add a search restriction to your query"
This is reproducible on Data Center: (No)
Steps to Reproduce
- Install the Jira Cloud for Google Sheets app
- Try to run a search with specifying a JQL import.
Expected Results
Data is returned without issues.
Actual Results
Execution fails; Error message is output to the user:
"Unbounded JQL queries are not allowed here. Please add a search restriction to your query"
This bug has been raised to remove the 'All Issues' option from the dropdown if no filter is selected.
Workaround
JQL import type and add a JQL such as the below one?
created >= "2000/01/01" ORDER BY created DESC
- is related to
-
JRACLOUD-92205 Improve Jira issue export experience due to JQL search API
- Gathering Interest