We've encountered an issue exporting this macro. Please try exporting this page again later.
This script hides a custom field for users who are not assigned to the developer role.
if(isUserInRole(currentUser(), "EX", "Developers") == false) { lfHide("customfield_10711"); }