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

ProjectManager(projectName)

Example

EntityType = Requirement AND CreatedBy = ProjectManager('Project X')
  • No labels