admGetAllNotificationSchemes

Description

Returns the list of Notification Scheme names that exist in the Jira environment.

Return Type

String []

The requested names of all notification schemes.

Example

string [] nSchemes = admGetAllNotificationSchemes(); for(string nName in nSchemes) { runnerLog(nName); // Default Notification Scheme // TEST Notification Scheme }

See also