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

    Interface AddCustomers

    interface AddCustomers {
        accountIds?: string[];
        serviceDeskId: string;
        usernames?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIds?: string[]

    List of users, specified by account IDs, to add to or remove from a service desk.

    serviceDeskId: string

    The ID of the service desk the customer list should be returned from. This can alternatively be a project identifier.

    usernames?: string[]

    This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details. Use accountIds instead.