@libai168/dsh-tool-jira
DeepSeek Harness 的 Jira 工具包:支持搜索 Issue、读取项目元数据、管理工单、评论及状态流转
AI 分析
为 DSH 提供 Jira 项目管理集成。适合需要让 Agent 自动检索、创建或更新 Jira 工单的团队,配置时需要提供 Jira 实例地址及 API Token。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
Load the plugin in a dsh composition config (cordis.yml):
- name: 'github:LJH-snow/dsh-tool-jira'
config:
baseUrl: 'https://your-domain.atlassian.net' # required
email: 'user@example.com' # required for Cloud API token auth
apiToken: 'xxx' # Atlassian API token or PAT
timeoutMs: 15000 # optional, default 15000
Full example: examples/cordis.yml.
Security: the first version requires credentials for every tool because Jira instances are usually access-controlled and write operations can modify tickets. Use an API token or PAT with the minimum permissions needed, and never commit it.