projectName()

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


Bash
projectName(projectKey) #Output: Text


Examples

Parser expression

Description

Bash
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

Parameter

Input (data type)

Description

projectKey

text

Text containing a valid project key.

Output

This function returns a text


📚 Use cases and examples