This function returns the project name of a given project key.

Syntax
projectName(projectKey) #Output: Text
Examples
Parser expressionDescription
Syntax
projectName("JWT")

This example might return:

"Jira Workflow Toolbox", which is the project name of a project with the key "JWT".

Additional information

Parameters used in this function

ParameterInput (data type)Description
projectKey

TEXT

Text containing a valid project key.
Output

This function returns a TEXT


Use cases and examples