Hi!
I'm writing my customfield type. Can I disable editing (from screenshoot) it from issue view? I want user to be able to edit value of this cf only from issue edit screen.
Hi @Yury Shashkin It is possible to restrict editing in the view issue screen by disabling the inline edit option in the General configuration page. Here are the instructions : https://confluence.atlassian.com/adminjiraserver0810/configuring-jira-application-options-1014674620.html
I recommend not doing this as it is a global change and will affect other projects too.
However, If you have Scriptrunner add-on, I believe you can use script runner behaviors to achieve this.
Hi @Sramanth Pandeti Thanks for answer, but I really don't want to off inline editing in the system, I want to do this only for this customfield type.
I'll try to do this with scriptrunner. But may there is something like auiparam, that I can place in edit.vm of the cf type to achieve this aim?
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.