This function returns a text with the project key from the specified project.

Syntax
projectKey(projectName) #Output: Text
Examples
Parser expressionDescription
Syntax
projectKey("Jira Workflow Toolbox")

This example might return:

"JWT", which is the project key of a project called "Jira Workflow Toolbox"

Additional information

Parameters used in this function

ParameterInput (data type)Description
projectName

TEXT

Text, containing a valid project name.
Output

This function returns a TEXT


Use cases and examples