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
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.