Hello All,
Thanks in advance for the help.
I have a multi select custom field that is not allowing me to edit. In Pic-1 (see attached) is my custom field on the view screen of the issues. In Pic-2 (see attached) is what i get when i click on the field to edit inline. Pic-3 (see attached) is what i get when i actually bring up the Edit Screen/Form.
I have a behavior set on that custom field but that should be causing this (at least i think)
I have tried adding the following to the initialiser and in the code block in the behaviour but no change
def cField = getFieldById("Patch Category")
cField.setAllowInlineEdit(true)
This is happening all over all my issues. Please assist.
Pic-2 appears to be cut off? From what is available, the checkmark & 'x' do appear to the far right of the field, which indicates you are in inline edit mode. Can you provide another Pic-2 or describe what you are seeing when you should be in inline edit mode?
@Susan Wilson that is pic two. It is not cut off. That is exactly what it looks like. It goes blank but you can see the 'X' at the end of the field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When it goes blank, is there any room to try to manually type an entry? Have you tried to remove the behaviour to see if the problem resolves?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. I have tried removing the behaviour. Same error. When it goes blank, there is no room to try to manually type an entry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From what I've been reading, once a Behaviour is added, inline editing is turned off for that field, even though the Behaviour you added is trying to turn inline editing on. If all other fields expecting inline edit are working fine, perhaps remove the Behaviour and re-index JIRA or simply clear cache to avoid any residual effects and see if the field is editable in view mode again.
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.