Hi,
In our company, we have licensed 7.3.1 in production. Some of the existing custom fields are not showing up in the admin customfields section and field configurations.
Although, we can see them in the DB and also reach the custom field if we query url based on customfield ID.
Kindly suggest on how we can correct this.
Reindexing or server restart did not help.
Looks like there is some script , which is added in the some custom field causing this problem. That script would have been not closed properly like close tags are not added ..etc.
You can check the script added in the last custom field id,which is showing in the screen.
Indeed, it's not just broken javascript that does this, it's often just having the script there at all.
You should not inject javascript into field descriptions in Jira, it's unreliable, doesn't upgrade well, and often breaks things.
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.
EDITED: Updated with additional information and clarification that impacts what link to look for, also reformatted a bit, hopefully for legibility.
Note, this can occur with custom formula fields, here is the issue and the solution:
We had the same issue, here is a description of the problem and how I resolved it.
<!--Note that the closing --> was also missing @@Formula:
some code here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed, this is one of the very good reasons for staying away from formula fields, they make it easy to break Jira like this.
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.