ForcePilot/backend/package/yuxi/channel/extensions/jira/plugin.json

33 lines
927 B
JSON
Raw Normal View History

{
"id": "jira",
"name": "Jira",
"version": "1.0.0",
"label": "Jira",
"aliases": ["jira-cloud", "jira-server", "jira-itsm"],
"description": "Jira 渠道插件 — Webhook + REST API + Block Streaming",
"author": "ForcePilot Team",
"order": 50,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["thread"],
"message_types": ["text", "image", "file"],
"interactions": [],
"reactions": false,
"typing_indicator": false,
"threads": true,
"edit": true,
"unsend": false,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"pins": false,
"group_management": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"adaptive_cards": false
},
"enabled": true,
"python_requires": ">=3.12"
}