We've encountered an issue exporting this macro. Please try exporting this page again later.
return isUserInRole(currentUser(), project, "developers");
For routines that return true or false there is no need to wrap them in an IF statement.
return isUserInRole(currentUser(), project, "developers");
For routines that return true or false there is no need to wrap them in an IF statement.