NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Using JQL to return me details on a set of issues.
However, instead of returning me the issues that were found, it only returns an array of error messages of which issues that were not found.
{ "errorMessages": [ "An issue with key 'JIRA-2' does not exist for field 'issuekey'.", "An issue with key 'JIRA-3' does not exist for field 'issuekey'." ], "errors":{ } }
This means I need to parse the error messages for the invalid issues, and do a second request with the invalid issues excluded. Instead, JIRA should just return me the issues it found.
- duplicates
-
JRASERVER-33031 Issuekey in JQL search should have an option to not fail if issuekey doesn't exist
- Closed
- relates to
-
JRACLOUD-31419 REST JQL returns error messages without returning valid issues
- Closed
- mentioned in
-
Page Loading...