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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.