-
Suggestion
-
Resolution: Unresolved
-
None
-
7
-
14
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
As a user I would like to be able to run parsing but "invalid" queries (there is a mistyped / non-visible / deleted issue key, version name, project key ...) and still obtain "partial" results.
As this might be a genuine mistake that the user would like to correct (a typo for instance), we should ensure that a visible warning is displayed in the UI explaining that the result set might not be complete and listing out the "invalid" values.
That way the user can opt to either "correct" the query or use the results as they are.
For some use cases, the validation errors don't really matter as the use cases are for instance: "return issues with keys including x,y,z if they exist ..." so the non-existence of one of the issues in the list is not really a problem for the user executing the query.
Currently, the REST API exposes a validateQuery param to skip validation. When this issue is implemented, we must ensure that the behaviour of the search REST interface is consistent with the changes done under this issue.
- blocks
-
JRASERVER-20916 Shared filter queries don't work with "Filter Result" gadget if login user doesn't have browse permission on one of the projects.
- Gathering Impact
- incorporates
-
JRASERVER-23287 Searching for an issue key that doesn't exist with JQL should not cause a query/validation error.
- Closed
- is duplicated by
-
JRASERVER-39800 JQL should not fail when project is hidden
- Closed
-
JRASERVER-35351 Change message displayed in Issue Navigator for projects without browse permission
- Closed
- is related to
-
JRASERVER-41253 JQL filter False Error: Project doesn't exist should be no permission
- Closed
- relates to
-
JRASERVER-71762 JQL search with 25 keys vs 26 keys results in different behavior when an issue doesn't exist
- Gathering Impact
-
JRASERVER-33031 Issuekey in JQL search should have an option to not fail if issuekey doesn't exist
- Closed
-
JRACLOUD-40245 Allow JQL searches via the Issue Navigator to skip validation and return partial results
- Gathering Interest