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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.