Details of user or system associated with a issue history metadata item.

interface HistoryMetadataParticipant {
    avatarUrl?: string;
    displayName?: string;
    displayNameKey?: string;
    id?: string;
    type?: string;
    url?: string;
}

Properties

avatarUrl?: string

The URL to an avatar for the user or system associated with a history record.

displayName?: string

The display name of the user or system associated with a history record.

displayNameKey?: string

The key of the display name of the user or system associated with a history record.

id?: string

The ID of the user or system associated with a history record.

type?: string

The type of the user or system associated with a history record.

url?: string

The URL of the user or system associated with a history record.