admGetAllNotificationSchemes

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

Filter by label

There are no items with the selected labels at this time.