---
title: "getWorkflowName"
canonical: "https://support.appfire.com/space/PSJ/15483779/getWorkflowName"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getWorkflowName(issueKey) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> 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

> Macro (contentbylabel)