I have tried to add some formula and a custom field is showing only the name now and i cannott edit it or delete it, no action at all.
The field weighted revenuw is showing only the name and cannot do anything with it.
Can this be solved?
Thanks
This is one of many reasons that you should never use javascript in Jira. I strongly recommend that whatever you're trying to do with javascript, stop it, and look at how to do it properly.
To get back into edit, you need to work out the custom field's ID (you can hover a cursor over the field in a field configuration screen and the browser will give you the url as a tooltip, it should contain a field id as well as one for the field configuration), then go to edit another custom field and replace the ID in the url with the one for the field you want to edit.
Exactly! You've anticipated my next comment ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, thanks a lot, I will have a look
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hector,
May you possibly post here the formula you added to the description?
I suspect there might be some html/javascript causing this.
Maybe you can disable javascript on your browser, reload that page with Ctrl + F5 (for not using cached temporary files) and check whether that action causes the cog icon to appear.
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.