I am trying to create a custom custom renderer for a jira issue view custom field type. But no luck so far. I am able to create a custom renderer for the edit mode, nut not for the standard view mode. Any idea? I want a custom field type as is the best option for my context. I am not interested in issues panels or issue context modules, as they don’t check all my requirements. I basically need a type which will allow me to define multiple similar fields which are JQL searchable, and which will be able to render a sortable/filterable table of entries. If I manage to define a default view renderer for the custom field type, I should be able to implement what I need, using this module.
The view in the manifest below doesn’t have any effect on the jira default issue view:
modules:
jira:customFieldType:
- key: typetest-configurable-validation
name: typeTest
description: A basic custom field with a configurable validation.
type: string
contextConfig:
resource: main
layout: basic
view:
resource: edit
experience:
- issue-view
- portal-view
edit:
resource: edit
experience:
- issue-create
- issue-transition
- issue-view
- portal-request
validation:
expression: value == null || !!value.match(configuration?.regexp ||
"^[A-Za-z]+$")
errorMessage: The value is invalid
resources:
- key: main
path: static/configurable-validation/build
- key: edit
path: static/edit/build
permissions:
content:
styles:
- unsafe-inline
app:
runtime:
name: nodejs24.x
memoryMB: 256
architecture: arm64
id: ari:cloud:ecosystem::app/9d40aba5-2b7d-45c3-85fc-de1ac817b655