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

    Interface UpdateIssueFields

    Details of updates for a custom field.

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

    Hierarchy (View Summary)

    Index

    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.