Hi Gastone,
Have you tried the following by any chance?
In your custom field class that extends AbstractCustomFieldType
, override the getRendererType()
method to return the appropriate renderer type for the board detail panel.
The specific renderer type to use might depend on your Jira version and the type of data your custom field handles. Common options include:
atlassian-editor-core/renderer/markdown
(for Markdown content)atlassian-editor-core/renderer/wiki-markup
(for Wiki Markup content)text-renderer
(for plain text)Hope that helps
Hi Dimitris,
Thanks for your input! I actually tried overriding the getRendererType()
method in the AbstractCustomFieldType
class as you suggested, but then I realized that this method isn’t part of the class’s definition—it seems it doesn’t inherit this from anywhere.
If you have any other suggestions or insights, I’m all ears and would really appreciate your guidance or any further ideas you might have. Thanks again for your help!
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.