NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
For Bamboo we use URLs like below to display JIRA issues in Bamboo
which works fine, however if an issue key is invalid or an issue has been deleted, a 400 error is returned, even though there is one issue that is valid.
It'd be great for us to be able to pass in a field like "issueKeyValidate=false" that would disable issueKey validation, and just try to return anything that it matches, even if the value may be invalid.
You might even want to extend this flag to be "dataKeyValidate=false" so that you could also ignore validation for things like version names
- is duplicated by
-
JRACLOUD-23287 Searching for an issue key that doesn't exist with JQL should not cause a query/validation error.
- Closed
-
JRACLOUD-31419 REST JQL returns error messages without returning valid issues
- Closed
- is related to
-
JRACLOUD-39469 Make JQL validateQuery option available through the web UI
- Closed
-
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