33 lines
927 B
JSON
33 lines
927 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|