Details of updates for a custom field.

interface UpdateIssueFields {
    accountId: string;
    transferId: string;
    updateValueList?: Version3.Version3Models.ConnectCustomFieldValue[];
}

Hierarchy (view full)

Properties

accountId: string

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

transferId: string

The ID of the transfer.

The list of custom field update details.