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

    Interface HistoryMetadata

    Details of issue history metadata.

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

    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?: string

    The type of the history record.