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

    Interface UpdateEntityPropertiesValue

    interface UpdateEntityPropertiesValue {
        accountId: string;
        entities?: Version3Models.EntityPropertyDetails[];
        entityType: string;
        transferId: string;
    }
    Index

    Properties

    accountId: string

    The Atlassian account ID of the impersonated user. This user must be a member of the site admin group.

    entityType: string

    The type indicating the object that contains the entity properties.

    transferId: string

    The app migration transfer ID.