Details of issue history metadata.

interface HistoryMetadata {
    activityDescription?: string;
    activityDescriptionKey?: string;
    actor?: Version2.Version2Models.HistoryMetadataParticipant;
    cause?: Version2.Version2Models.HistoryMetadataParticipant;
    description?: string;
    descriptionKey?: string;
    emailDescription?: string;
    emailDescriptionKey?: string;
    extraData?: {};
    generator?: Version2.Version2Models.HistoryMetadataParticipant;
    type?: string;
}

Properties

activityDescription?: string

The activity described in the history record.

activityDescriptionKey?: string

The key of the activity described in the history record.

description?: string

The description of the history record.

descriptionKey?: string

The description key of the history record.

emailDescription?: string

The description of the email address associated the history record.

emailDescriptionKey?: string

The description key of the email address associated the history record.

extraData?: {}

Additional arbitrary information about the history record.

Type declaration

    type?: string

    The type of the history record.