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

    Interface GetNotificationSchemeToProjectMappings

    interface GetNotificationSchemeToProjectMappings {
        maxResults?: number;
        notificationSchemeId?: string[];
        projectId?: string[];
        startAt?: number;
    }
    Index

    Properties

    maxResults?: number

    The maximum number of items to return per page.

    notificationSchemeId?: string[]

    The list of notifications scheme IDs to be filtered out

    projectId?: string[]

    The list of project IDs to be filtered out

    startAt?: number

    The index of the first item to return in a page of results (page offset).