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

    Interface UpdateNotificationSchemeDetails

    Details of a notification scheme.

    interface UpdateNotificationSchemeDetails {
        description?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the notification scheme.

    name?: string

    The name of the notification scheme. Must be unique.