admGetAllNotificationSchemes
Description
Retrieves a breakdown of events and notifications for all notification schemes.
Parameters
Return Type
Returns all the notification schemes.
Example
JIssueNotificationScheme [] allNoteSchemes = admGetAllNotificationSchemes();
for(JIssueNotificationScheme jns in allNoteSchemes) {
runnerLog("Id: " + jns.id);
runnerLog("Name: " + jns.name);
}
See also
Peacock