Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A "true" return value means that the specified user is component lead on at least one component of the specified project.

Example

Code Block
languagejs
//Team leaders of the current project are : TM1 and TM2
isTeamLeader(project, currentUser());

...