From a91408f18d2491ad18f63c06e46b4258053d75ff Mon Sep 17 00:00:00 2001 From: David Lam <1924615+davidkwlam@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:29:46 -0700 Subject: [PATCH] Add file --- atlassian-connect.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 atlassian-connect.json 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