Versions Compared

Key

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

Function: ProjectManager

A function that returns the User ID of the user configured as the manager for the project (may return no value if the project manager has not been configured for the project, in which case the query may fail to compile due to empty value lists).

Syntax

Code Block
languagenone
ProjectManager(projectName)

Example

Code Block
languagenone
EntityType = Requirement AND CreatedBy = ProjectManager('Project X')