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

    Interface NotificationSchemeNotificationDetails

    Details of a notification within a notification scheme.

    interface NotificationSchemeNotificationDetails {
        notificationType: string;
        parameter?: string;
    }
    Index

    Properties

    notificationType: string

    The notification type, e.g CurrentAssignee, Group, EmailAddress.

    parameter?: string

    The value corresponding to the specified notification type.