projectKey()

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


Bash
projectKey(projectName) #Output: Text


Examples

Parser expression

Description

Bash
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

Parameter

Input (data type)

Description

projectName

Text

Text, containing a valid project name.

Output

This function returns a text


📚 Use cases and examples