I’m trying to use the new manifest shape for Forge Custom Field Type. It introduces an ‘experience’ property. What am I getting wrong?
jira:customFieldType:
- key: my-cf-type
name: My custom field type
description: A custom field type that is mine
type: object
view:
resource: field-view
render: native
experience:
- 'issue-view'
...
Forge lint produces these errors:
523:2 error jira:customFieldType view property experience must be string valid-document-required
523:2 error jira:customFieldType view property experience must be equal to constant valid-document-required
523:2 error jira:customFieldType required properties are ‘description, name, type, key’ or ‘description, name, type, view, key’ or ‘description, formatter, name, type, key’ valid-document-required
527:6 error jira:customFieldType property type ‘object’ allowed values are ‘number’, ‘string’, ‘user’, ‘group’, ‘date’, ‘datetime’ valid-document-required
X 4 issues (4 errors, 0 warnings)
Issues found are not automatically fixable with forge lint.
Line 523 is the one with the jira:customFieldType
tag.
I’m running Forge CLI version 11.3.0