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

    Interface BulkChangeOwnerDetails

    Details for changing owners of shareable entities

    interface BulkChangeOwnerDetails {
        autofixName: boolean;
        newOwner: string;
    }
    Index

    Properties

    autofixName: boolean

    Whether the name is fixed automatically if it's duplicated after changing owner.

    newOwner: string

    The account id of the new owner.