generated from remarkablemark/jira-dashboard-gadget
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yml
31 lines (28 loc) · 754 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# https://developer.atlassian.com/platform/forge/manifest-reference/
modules:
jira:dashboardGadget:
- key: issue-formula
title: Issue Formula
description: 'Calculate mathematical formulas with issue data.'
thumbnail: https://raw.githubusercontent.com/remarkablemark/jira-dashboard-gadget-issue-formula/master/icon.svg
resource: main
resolver:
function: resolver
edit:
resource: main
function:
- key: resolver
handler: index.handler
resources:
- key: main
path: src/frontend/dist
permissions:
content:
styles:
- unsafe-inline
scopes:
- 'read:jira-work'
app:
id: ari:cloud:ecosystem::app/b61c9830-6619-4c99-9e7d-3cc0cdbf6423
runtime:
name: nodejs18.x