Currently I am using the below code in the Behaviours(initialiser) .
def descField = getFieldById("Labels")
descField.setAllowInlineEdit(false)
But in the View screen edit option is still enabled?
Hi Sebastian
Thanks for your response.
I have one requirement like we have a custom field "Requester" of type Label.It is present only on the "Issue View Screen".I want to make that field to be non editable in the View screen.
Is it possible ??
I have attached the screenshot Below.
I dont want that pencil icon on issue view screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
As I wrote in previous comment - behaviours don't work on view screen.
The only way to do this is remove this field from edit screen - then field value will be only displayed on issue.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.