/
Hide fields for users with no developer role
Hide fields for users with no developer role
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");
}
, multiple selections available,
Related content
lfHideFieldMessage
lfHideFieldMessage
More like this
lfHide
More like this
lfHideAllExcept
lfHideAllExcept
More like this
Live Fields Recipes
Live Fields Recipes
Read with this
Assign users based on a decision table using SIL™
Assign users based on a decision table using SIL™
Read with this
Create an issue score custom field
Create an issue score custom field
Read with this