The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.