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

    Interface RequestParticipantUpdate

    interface RequestParticipantUpdate {
        accountIds?: string[];
        usernames?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIds?: string[]

    List of users, specified by account IDs, to add to or remove as participants in the request.

    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.