Html bobswift |
---|
<iframe width="560" height="315" src="https://www.youtube.com/embed/NjN50mX9tq8" frameborder="0" gesture="media" allowfullscreen></iframe> |
...
This script hides a custom field (customfield_10711) from users who are not in the developer role.
Code Block |
---|
if(isUserInRole(currentUser(), "EX", "Developers") == false) {
lfHide("customfield_10711");
} |