Function: ProjectStartDate
A function that returns the start date for a project (as configured on the project details tab of the edit project screen for the project).
Syntax
Code Block | ||
---|---|---|
| ||
ProjectStartDate(projectName) |
Example
Code Block | ||
---|---|---|
| ||
EntityType = Requirement AND CreatedAt < ProjectStartDate('Project X') |