I want to update fields in a Insight object schema, from automation for Jira.
When I set up a manual trigger for testing, and I select the field with,
{
"fields": {
"customfield_2727": [
{
"appKey": "com.riadalabs.jira.plugins.insight",
"value": "literally anything"
}
]
}
}In the audit log I see:
Unknown fields set during edit, they may be unavailable for the project/type. Check your custom field configuration. Fields ignored -customfield_2727No fields or field values to edit for issues (could be due to some field values not existing in a given project)
My undestanding is, after a lot of googling, that somehow the insight custom field has to be linked somehow with the issue I'm triggering with?
How can I access, and update fields of Jira Object Schemas, that are completely separate from this project/issue?
Thanks in advance