REST JQL returns error messages without returning valid issues

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Duplicate
    • Component/s: Ecosystem
    • None

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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.

            Assignee:
            Unassigned
            Reporter:
            Joshua Tjhin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: