Skip to end of banner
Go to start of banner

Hide fields for users with no developer role

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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");
}
  • No labels