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

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

This example might return:

"Software", which is the project type 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

A project can be one of the following types: "Business", "Software" or "Service".


Use cases and examples