Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The field is not hideable, field can be hideabl in edit mode only

Vikrant Yadav
Community Champion
November 4, 2019

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 ?

1 answer

0 votes
Максим
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 9, 2025

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. 

Suggest an answer

Log in or Sign up to answer