Syntax

getWorkflowName(issueKey)

Package

Alias

Pkg Usage

Description

Gets the name of the workflow corresponding to the given issue.

Gets the name of the workflow corresponding to the given issue.

Parameters

Parameter name

Type

Required

Description

Issue Key

String

Yes

Issue key of the issue to retrieve the workflow name for.

Return Type

String

Example

return getWorkflowName("TST-123");

Result: "Default Jira workflow"

See also