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

    Interface ActorsMap

    interface ActorsMap {
        group?: string[];
        groupId?: string[];
        user?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    group?: string[]

    The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.

    groupId?: string[]

    The ID of the group to add. This parameter cannot be used with the group parameter.

    user?: string[]

    The user account ID of the user to add.