Create Custom field type view interface issue

Hello,
I am trying to define a new custom field type with the 3 interface, view, edit, contextConfig.

I have followed the documentation and the examples here

and I successfully create edit and contextConfig interfaces using custom ui,
now I am facing the issue with the view interface, I tried both custom ui and ui kit but nothing is working,

what I did understand is that the system always returns the formatter expression, not the resource,

thank you for the help,
kind regards,

Hey,

The view one is a bit tricky as it always needs Forge UI: Custom rendering currently can’t be implemented using Custom UI or Frame component. Is what the docs say.

Without seeing you manifest.yml it’s tricky to debug. You could try to check if the specific part looks like this in your case:

modules:
jira:customField:
view:
resource: key
render: native

Best,
Julian