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

贡献者指南