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

    Interface CreatePermissionHolderRequest

    interface CreatePermissionHolderRequest {
        type: string;
        value: string;
    }
    Index

    Properties

    Properties

    type: string

    The permission holder type. This must be "Group" or "AccountId".

    value: string

    The permission holder value. This must be a group name if the type is "Group" or an account ID if the type is "AccountId".