rtk-ai/rtk

Add Jira CLI (jira-cli) Support

Open

#524 建立於 2026年3月12日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (2,914 fork)batch import
area:clieffort-largeenhancementhelp wantedpriority:low

倉庫指標

Star
 (48,085 star)
PR 合併指標
 (平均合併 11天 1小時) (30 天內合併 45 個 PR)

描述

Implement jira_cmd.rs following jira-cli pattern to compress verbose Jira CLI output:

Core commands: jira issue list → Compact table (key, summary, status, priority) jira issue view <KEY> → Essential fields + filtered description (reuse markdown filter) jira epic/sprint list → Similar compression Actions (create, assign, comment) → Simple ok confirmations Techniques: Parse --raw JSON, use icons (🟢/🔴/⏳), truncate long text, respect passthrough flags (--plain, --csv).

I don't know how to program the rust

貢獻者指南