We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36add4f commit e105d14Copy full SHA for e105d14
manifest.yml
@@ -5,7 +5,7 @@ modules:
5
resolver:
6
function: resolver
7
render: native
8
- title: gitauto-jira
+ title: GitAuto
9
icon: https://developer.atlassian.com/platform/forge/images/icons/issue-panel-icon.svg
10
function:
11
- key: resolver
@@ -15,5 +15,8 @@ resources:
15
path: src/frontend/index.jsx
16
app:
17
runtime:
18
- name: nodejs20.x
+ name: nodejs20.x # Has to be 'sandbox', 'nodejs18.x', 'nodejs20.x'
19
id: ari:cloud:ecosystem::app/f434bcc5-834f-45e5-ba1d-62e2ee8952cd
20
+permissions:
21
+ scopes:
22
+ - read:jira-work
0 commit comments