...
A "true" return value means that the specified user is component lead on at least one component of the specified project.
Example
Code Block | ||
---|---|---|
| ||
//Team leaders of the current project are : TM1 and TM2 isTeamLeader(project, currentUser()); |
...
...
A "true" return value means that the specified user is component lead on at least one component of the specified project.
Code Block | ||
---|---|---|
| ||
//Team leaders of the current project are : TM1 and TM2 isTeamLeader(project, currentUser()); |
...