Skip to end of banner
Go to start of banner

Hide fields from users not in a project 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 3 Next »

This script hides a custom field (customfield_10711) from users who are not in the developer role.

if(isUserInRole(currentUser(), "EX", "Developers") == false) {
    lfHide("customfield_10711");
}
  • No labels