Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
We've encountered an issue exporting this macro. Please try exporting this page again later.
Excerpt
Code Block
return isUserInRole(currentUser(), project, "developers");
Info

For routines that return true or false there is no need to wrap them in an IF statement.

...