Jira.js - Jira Cloud API library
    Preparing search index...

    Interface BulkIssue

    The list of requested issues & fields.

    interface BulkIssue {
        issueErrors?: IssueError[];
        issues?: Version3Models.Issue[];
    }
    Index

    Properties

    issueErrors?: IssueError[]

    When Jira can't return an issue enumerated in a request due to a retriable error or payload constraint, we'll return the respective issue ID with a corresponding error message. This list is empty when there are no errors Issues which aren't found or that the user doesn't have permission to view won't be returned in this list.

    The list of issues.