Versions Compared

Key

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

Function: ProjectEstimatedEndDate

A function that returns the Estimated End Date for a project (as configured on the Project Details tab of the Edit Project screen for the project).

Syntax

Code Block
languagenone
ProjectEstimatedEndDate(projectName)

Example

Code Block
languagenone
EntityType = Incident AND DueDate > ProjectEstimatedEndDate('Project X')

See Also