Advertisement
Guest User

manifest.yml

a guest
Jun 18th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.34 KB | None | 0 0
  1. modules:
  2.   jira:customField:
  3.   jira:projectPage:
  4.     - key: quotation-page
  5.       function: quotation
  6.       title: Angebote
  7.   function:
  8.     - key: quotation
  9.       handler: quotation.run
  10.  
  11. app:
  12.   id: ari:cloud:ecosystem::app/xxxxxx-xxxx-xxxx-xxxx-xxxxxx
  13.   name: test
  14. permissions:
  15.   scopes:
  16.    - 'storage:app'
  17.     - 'read:jira-work'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement