Getting the error while Publishing app on atlassian marketplace. Screenshot of marketplace is given below.
The scopes given in the app is given below. This app uses forge API to access the all the comments present on jira issue panel.
modules:
jira:issuePanel:
- key: comment-summarizer-hello-world-panel
function: main
title: Comment_Summarizer
icon: https://developer.atlassian.com/platform/forge/images/icons/issue-panel-icon.svg
function:
- key: main
handler: index.run
permissions:
scopes:
- 'read:jira-work'
- 'write:jira-work'
app:
runtime:
name: nodejs18.x