getAllWorkflowSchemeNames
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
Availability
This routine is available starting withĀ SIL Engine 4.8.0.8.
Syntax
getAllWorkflowSchemeNames()
Description
Retrieves a list of Workflow Scheme names in a Jira environment.
Return type
string[]
Returns a list of workflow scheme names;
Example
string[] screenNames = getAllWorkflowSchemeNames(); return screenNames; // classic|DEMO: Software Simplified Workflow Scheme|JSD Simple|SALES: Software Simplified Workflow Scheme|TEST: Software Simplified Workflow Scheme