The project object $Project provides access to the properties of the current project.
Name | Description | Type | Usage Example | |
---|---|---|---|---|
Name | The name of the project the current configuration is a part of (as provided on the Project details page) | String | $Project.Name$ | "New Project 1" |
Description | The description of the project the current configuration is a part of (as provided on the Project details page) | String | $Project.Description$ | "This is a description for new project 1" |
Slug | A shortened version of the project name which is safe to use within URLs and other whitespace sensitive identifiers. | String | $Project.Slug$ | "New_Project_1" |