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


projectType(projectKey) #Output: Text



Parser expressionDescription


projectType("JWT")


This example might return:

"Software", which is the project type of a project with the key "JWT".



Parameters used in this function

ParameterInput (data type)Description
projectKey

Text containing a valid project key.



This function returns a


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



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

new Project("SGC").projectTypeKey






Short description

Returns the type of a given project.

Output

Available since

Label