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

    Interface IssuePickerSuggestionsIssueType

    A type of issue suggested for use in auto-completion.

    interface IssuePickerSuggestionsIssueType {
        id?: string;
        issues?: Version3Models.SuggestedIssue[];
        label?: string;
        msg?: string;
        sub?: string;
    }
    Index

    Properties

    id?: string

    The ID of the type of issues suggested for use in auto-completion.

    A list of issues suggested for use in auto-completion.

    label?: string

    The label of the type of issues suggested for use in auto-completion.

    msg?: string

    If no issue suggestions are found, returns a message indicating no suggestions were found,

    sub?: string

    If issue suggestions are found, returns a message indicating the number of issues suggestions found and returned.