Hi ,
When adding a condition in on Custom field using Behaviour ,system is prompting error this field is not hide able , as this field is hide able in edit mode only.
How to hide field for non-jira users ?
Hello! I think that writing script can help with it.
Here is a brief map for implementation:
ScriptRunner - Behaviours - Create a behaviour (with the appropriate settings) - Create a Script
Script to hide field:
getFieldById("customfield_11111").setHidden(true)
Instead 11111 your field id should be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.