projectCategory()

This function returns the project category of a project with a given project key.


Bash
projectCategory(projectKey) #Output: Text


Examples

Parser expression

Description

Bash
projectCategory("XFORM")

This example might return:

"Archive"

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