LJH-snow/dsh-tool-jira0

@libai168/dsh-tool-jira

Jira tools for DeepSeek Harness: search issues, read project metadata, manage tickets, comments, and transitions

AI 분석

为 DSH 提供 Jira 项目管理集成。适合需要让 Agent 自动检索、创建或更新 Jira 工单的团队,配置时需要提供 Jira 实例地址及 API Token。

패키지
@libai168/dsh-tool-jira
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 26.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.