diff --git a/atlassian-connect.json b/atlassian-connect.json new file mode 100644 index 0000000..690fd44 --- /dev/null +++ b/atlassian-connect.json @@ -0,0 +1,18 @@ +{ + "name": "Unblocked", + "description": "Unblocked Jira Ingegration", + "key": "com.nextchaptersoftware.jira", + "baseUrl": "https://davidkwlam.ngrok.app", + "vendor": { + "name": "David Lam", + "url": "http://example.com" + }, + "authentication": { + "type": "jwt" + }, + "lifecycle": { + "installed": "/api/hooks/jira" + }, + "apiVersion": 1, + "modules": {} +} \ No newline at end of file