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

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

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.