This repository has been archived by the owner on May 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a4cc99
commit 04ba0b0
Showing
5 changed files
with
87 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"name": "Outlook App for JIRA Cloud", | ||
"description": "JIRA for Outlook 2010, 2013 and 2016. Outlook app can be downloaded on the configuration page after the initial setup.", | ||
"key": "com.yasoon.jira.cloud", | ||
"baseUrl": "https://store.yasoon.org", | ||
"vendor": { | ||
"name": "yasoon", | ||
"url": "http://jira.yasoon.com" | ||
}, | ||
"authentication": { | ||
"type": "jwt" | ||
}, | ||
"lifecycle": { | ||
"installed": "/jira/install", | ||
"uninstalled": "/jira/install", | ||
"enabled": "/jira/install", | ||
"disabled": "/jira/install" | ||
}, | ||
"scopes": [ | ||
"read", | ||
"write" | ||
], | ||
"modules": { | ||
"webSections": [ | ||
{ | ||
"key": "yasoonoutlookapp", | ||
"location": "admin_plugins_menu", | ||
"name": { | ||
"value": "Outlook App" | ||
} | ||
} | ||
], | ||
"adminPages": [ | ||
{ | ||
"url": "/jira/v1/wrapper.html", | ||
"key": "admin", | ||
"location": "admin_plugins_menu/yasoonoutlookapp", | ||
"name": { | ||
"value": "General Overview" | ||
} | ||
}, | ||
{ | ||
"url": "/jira/v1/wrapper.html", | ||
"key": "settings", | ||
"location": "admin_plugins_menu/yasoonoutlookapp", | ||
"name": { | ||
"value": "Outlook Settings" | ||
} | ||
}, | ||
{ | ||
"url": "/jira/v1/wrapper.html", | ||
"key": "templates", | ||
"location": "admin_plugins_menu/yasoonoutlookapp", | ||
"name": { | ||
"value": "Issue Templates" | ||
} | ||
} | ||
], | ||
"configurePage": { | ||
"url": "/jira/v1/wrapper.html", | ||
"key": "configure", | ||
"name": { | ||
"value": "Configure Outlook App" | ||
} | ||
}, | ||
"postInstallPage": { | ||
"url": "/jira/v1/wrapper.html", | ||
"key": "postInstall", | ||
"name": { | ||
"value": "Configure Outlook App" | ||
} | ||
} | ||
}, | ||
"enableLicensing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
node build_onpremise.js | ||
node build_cloud.js | ||
|
||
robocopy addon\distribution\cloud ..\yasoonNodeBackend\assets\jira /S | ||
robocopy addon\distribution\cloud ..\yasoonNodeBackend\assets\jira\v1 /S | ||
|
||
cd addon\distribution\onpremise | ||
atlas-package |