I'm stuck. I have a custom field that is a single select. In Prj #1m=, I can edit this field inline without any trouble. When I hover over the field it says "Click to edit" and if I click I get the list values to select from. In Prj #2, if I hover over the field it says "Edit in dialog". How do I change it back to allow inline editing? I have the field in my screens; Create, edit and View. Some other fields in Prj #2 allow inline editing but this one particular field. I don't know how it got changed for this Prj #2 but I want to change it back.
We are using Jira v8.10
Hi @Jeff Foege
Welcome to the community!
The condition for inline editing is to add the field to the Edit Issue screen for the screen scheme associated with the Project/Issue Type.
You need to check the screen scheme carefully.
I read that thread from the link above. The field in question is in the Edit & View screens in the scheme for that issue type. When I create the Bug type and it loads, if I hover over that field it will briefly say "Click to Edit" but a second or two later all it says "Edit in Dialog" when I hover over it.
In the same project on a different issue type and different screen schemes, also has the same problem. The custom field (single select) is in the Edit & View screens.
~jeff
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So what would cause a field to "Edit in dialog" only if its in the Edit & View screens of the issue type? Other custom fields in the same project can edit inline. I've been searching and searching but so far no resolution.
~j
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I started experiencing the same issue recently with just one project and what I found was the cause was I added a snippet of JavaScript to the Summary field's description in my field configuration schemes for the project having the issue, which is used to auto-populate the Summary field. Well apparently Jira doesn't like that because once I removed the code from the Summary field description in the field configuration scheme, VOILA! my inline editing starting working again.
So now I am back to the drawing board on how to auto-populate the Summary field because it is a required field when creating any Jira issue, so you can't even use a post-function to auto-populate the Summary field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Terry Beavers this just saved my bacon ;-p. thank you!
My workaround, which worked on Server 9.17, was to move the javascript to another field that I know will always be present for the project. It can still reference the Summary field but doesn't cause the break in inline editing.
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.