Skip to end of banner
Go to start of banner

admGetAllNotificationSchemes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Retrieves a breakdown of events and notifications for all notification schemes.

Parameters

Return Type

JIssueNotificationScheme []

Returns all the notification schemes.

Example

JIssueNotificationScheme [] allNoteSchemes = admGetAllNotificationSchemes();
for(JIssueNotificationScheme jns in allNoteSchemes) {
    runnerLog("Id: " + jns.id);
    runnerLog("Name: " + jns.name);
}

See also

  • No labels