diff --git a/jira/icon.png b/jira/icon.png new file mode 100644 index 0000000..10a80e2 Binary files /dev/null and b/jira/icon.png differ diff --git a/jira/icon.svg b/jira/icon.svg new file mode 100644 index 0000000..80e2f3f --- /dev/null +++ b/jira/icon.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jira/index.js b/jira/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/jira/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/jira/package.json b/jira/package.json new file mode 100644 index 0000000..3208fa4 --- /dev/null +++ b/jira/package.json @@ -0,0 +1,24 @@ +{ + "name": "Jira", + "version": "0.0.1", + "description": "Jira", + "main": "index.js", + "author": "Matthew Schinckel ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamID}.atlassian.net/", + "serviceName": "Jira", + "popup": [], + "hasNotificationSound": true, + "hasedirectMessages": false, + "hasTeamID": true, + "customURL": false, + "hostedOnly": false, + "webviewOptions": {}, + "openDevTools": false, + "wording": { + "url": "atlassian.net", + "team": "Jira" + } + } +} diff --git a/jira/webview.js b/jira/webview.js new file mode 100644 index 0000000..8d854de --- /dev/null +++ b/jira/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +}