@libai168/dsh-tool-jira
Jira tools for DeepSeek Harness: search issues, read project metadata, manage tickets, comments, and transitions
安装
此插件尚未提供可验证的 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.