getWorkflowName
Description
Gets the name of the workflow corresponding to the given issue.
Parameters
Return Type
String
Example
return getWorkflowName("TST-123");
Result: "Default Jira workflow"
Gets the name of the workflow corresponding to the given issue.
String
return getWorkflowName("TST-123");
Result: "Default Jira workflow"