Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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
languagenone
ProjectStartDate(projectName)

Example

Code Block
languagenone
EntityType = Requirement AND CreatedAt < ProjectStartDate('Project X')

See Also