This function returns the project type of a given project key.
Bash
projectType(projectKey) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
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 |
|---|---|---|
|
|
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
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|