Tried this usage Documentation for custom UI but got error on lint
error document should NOT have additional property 'function' valid-document-required
Can someone please help how to use resolver in custom UI
modules:
jira:issuePanel:
- key: hello-world-panel
resource: example-resource
resolver:
function: issue-panel-resolver
title: hello-jira:issuePanel-app
icon: https://developer.atlassian.com/platform/forge/images/issue-panel-icon.svg
resources:
- key: example-resource
path: static/app/public/index.html
tunnel:
port: 9000
function:
- key: issue-panel-resolver
handler: index-resolver.handler
app:
id: ari:cloud:ecosystem::app/xxx-key---
permissions:
scopes:
- read:jira-work
Sandeep K
2 comments