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 | ||
---|---|---|
| ||
ProjectManager(projectName) |
Example
Code Block | ||
---|---|---|
| ||
EntityType = Requirement AND CreatedBy = ProjectManager('Project X') |