Summary: How can we make a custom field extending AbstractCustomFieldType visible in the board detail panel, like GenericTextCFType fields?
Description: We are facing an issue with a custom field that extends AbstractCustomFieldType. While the field works correctly in the full issue view, it does not appear in the issue detail panel on Jira Software boards (Scrum/Kanban). In contrast, custom fields based on GenericTextCFType are displayed correctly in the board detail view.
Expected behavior: The custom field should be visible in the board detail panel, similar to how GenericTextCFType fields behave.
Current behavior: The custom field is not visible in the board detail panel, even though it functions properly in other views.