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

    Interface NotificationRecipientsRestrictions

    Details of the group membership or permissions needed to receive the notification.

    interface NotificationRecipientsRestrictions {
        groupIds?: string[];
        groups?: Version3Models.GroupName[];
        permissions?: Version3Models.RestrictedPermission[];
    }
    Index

    Properties

    groupIds?: string[]

    List of groupId memberships required to receive the notification.

    List of group memberships required to receive the notification.

    List of permissions required to receive the notification.