Last active
July 16, 2025 10:24
-
-
Save nishaantShrm/49242f384c1ffad0150db1c86e214053 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"key": "com.riadalabs.jira.plugins.notificationassistant", | |
"name": "NotionAI-Local-Original", | |
"description": "Jira connection Local NotionAI.", | |
"baseUrl": "https://hound-golden-firmly.ngrok-free.app", | |
"version": "1.0.0", | |
"authentication": { | |
"type": "jwt" | |
}, | |
"lifecycle": { | |
"installed": "/jira/ingestion-marketplace-install", | |
"uninstalled": "/jira/ingestion-uninstall", | |
"disabled": "/jira/ingestion-marketplace-disabled", | |
"enabled": "/jira/ingestion-marketplace-enabled" | |
}, | |
"scopes": [ | |
"READ", | |
"ADMIN", | |
"ACCESS_EMAIL_ADDRESSES", | |
"ACT_AS_USER" | |
], | |
"modules": { | |
"webhooks": [ | |
{ | |
"event": "jira:issue_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "jira:issue_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "jira:issue_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "issue_property_set", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "issue_property_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "comment_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "comment_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "comment_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_soft_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_restored_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_archived", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "project_restored_archived", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "issuelink_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "issuelink_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "filter_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "filter_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "filter_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "user_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "user_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "user_deleted", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "board_created", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "board_updated", | |
"url": "/jira/ingestion-webhook" | |
}, | |
{ | |
"event": "board_deleted", | |
"url": "/jira/ingestion-webhook" | |
} | |
] | |
}, | |
"apiMigrations": { | |
"signed-install": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment