Hey,
currently, in the jira:customFieldType
module, it is allowed to use Custom UI for the Edit
entry point but not UI Kit 2. Is there any specific reason for this?
When I want to set up UI Kit 2 like this
modules:
jira:customFieldType:
- key: x
name: y
description: ...
icon: ...
type: string
function: view
edit:
resource: newRessource
render: native
When I do this I get the following error during forge deploy
:
Error: Resource new at: [path to resource] is an empty directory
When I set up the same resource to be used in a jira:globalPage
for example this error does not occur and the deploy is successful.
When I use the same resource in both the jira:globalPage
and the jira:customFieldType
-Edit it works, and it even renders my UI Kit 2 UI correctly for the Edit
entry point .
So can you update the CLI to support UI Kit 2 for the Edit entry point of CustomFieldType
?
It would really improve the experience for our customers.
Info: I have also created ECOHELP-37863 for tracking, maybe you can turn it into a public ticket.