-
Suggestion
-
Resolution: Duplicate
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
If you do a jql search for more than one specific issue key and one of those keys does not exist, it derails the whole search.
For example, imagine you want to find information on two issues. One with key TST-1 and one with key CONF-1747. You use a query like this:
issuekey in (TST-1, CONF-1747)
Let's say that TST-1 does not exist. Instead of only returning CONF-1747, the search screen displays an error. This is unintuitive behavior. Consider the query in a different form.
issuekey IN TST-1 OR issuekey IN CONF-1747
There is an issue that matches the above criteria but the JQL engine returns an error because there is no TST-1 key.
The particular use case is the jiraissues macro in Confluence. In Confluence 3.5, users will be able to use it to display info for single issue keys. I want to create a single JQL query request for all issues on a page. However, if a user mistypes a single key, it will derail the entire search request to JIRA and no information will be returned.
- causes
-
BAM-9882 Bamboo does not list JIRA issue details if one or more issue keys is invalid in the commit message
- Closed
- duplicates
-
JRACLOUD-33031 Issuekey in JQL search should have an option to not fail if issuekey doesn't exist
- Closed
- is duplicated by
-
JRACLOUD-36802 Using OR statement in JQL where issue key doesn't exist doesn't return values
- Closed
-
JRACLOUD-30245 Have JIRA Search Function Return Results When Searching Legacy Issue Keys
- Closed
- is incorporated by
-
JRACLOUD-40245 Allow JQL searches via the Issue Navigator to skip validation and return partial results
- Gathering Interest
- is related to
-
JRASERVER-23287 Searching for an issue key that doesn't exist with JQL should not cause a query/validation error.
- Closed