We've encountered an issue exporting this macro. Please try exporting this page again later.
Description
Returns the list Priority Scheme names that exist in the Jira environment.
Return Type
String []
The requested names of all pritority schemes.
Example
string [] pSchemes = admGetAllPrioritiesScheme(); for(string pName in pSchemes) { runnerLog(pName); // Default priority scheme // TEST - Jira Service Desk Priority Scheme }
See also