My app is unable to update the custom field for Jira asset objects and I am receiving a “This API works only with fields provided by Forge apps.” error. I believe it is due to my manifest.yml file being set up incorrectly, specifically the formatter expression value:
jira:customField:
- key: custom-field-10063
name: Passenger
description: Custom field to store passenger information
type: object
formatter:
expression: "`${objectType.objectAttribute}`"
The documentation for how to make the Jira expression is lacking, how would I go about generating this Jira expression?