projectType()

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


Bash
projectType(projectKey) #Output: Text


Examples

Parser expression

Description

Bash
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

Parameter

Input (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