Skip to content

Commit b3e244f

Browse files
committed
.
1 parent 34fa7a7 commit b3e244f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

manifest.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# https://developer.atlassian.com/platform/forge/manifest-reference/#app
2+
app:
3+
id: ari:cloud:ecosystem::app/f434bcc5-834f-45e5-ba1d-62e2ee8952cd
4+
runtime:
5+
name: nodejs20.x # https://developer.atlassian.com/platform/forge/manifest-reference/#runtime
6+
licensing:
7+
enabled: false # https://developer.atlassian.com/platform/marketplace/listing-forge-apps/#enabling-licensing-for-your-app
8+
9+
# https://developer.atlassian.com/platform/forge/manifest-reference/resources/#resources
10+
resources:
11+
- key: main
12+
path: src/frontend/index.jsx
13+
114
modules:
215
# Trigger is used to invoke a function when a Jira issue event is fired.
316
# https://developer.atlassian.com/platform/forge/manifest-reference/modules/trigger/
@@ -26,22 +39,9 @@ modules:
2639
- key: webhook
2740
handler: webhook.handler
2841

29-
# https://developer.atlassian.com/platform/forge/manifest-reference/resources/#resources
30-
resources:
31-
- key: main
32-
path: src/frontend/index.jsx
33-
34-
# https://developer.atlassian.com/platform/forge/manifest-reference/#app
35-
app:
36-
id: ari:cloud:ecosystem::app/f434bcc5-834f-45e5-ba1d-62e2ee8952cd
37-
runtime:
38-
name: nodejs20.x # https://developer.atlassian.com/platform/forge/manifest-reference/#runtime
39-
# licensing:
40-
# enabled: true # https://developer.atlassian.com/platform/marketplace/listing-forge-apps/#enabling-licensing-for-your-app
41-
42-
# Environment variables are not supported in "permissions" section.
43-
# https://developer.atlassian.com/platform/forge/manifest-reference/permissions/
44-
# It takes a few hours to 1 day to update here: https://developer.atlassian.com/console/myapps/f434bcc5-834f-45e5-ba1d-62e2ee8952cd/manage/permissions
42+
# Environment variables are not supported in "permissions" section.
43+
# https://developer.atlassian.com/platform/forge/manifest-reference/permissions/
44+
# It takes a few hours to 1 day to update here: https://developer.atlassian.com/console/myapps/f434bcc5-834f-45e5-ba1d-62e2ee8952cd/manage/permissions
4545
permissions:
4646
scopes:
4747
- storage:app

0 commit comments

Comments
 (0)