Home

Awesome

Jirust - WIP

A terminal UI for jira written in rust.

An application with developers and engineers in mind. It is solely focused on updating tickets at the moment. jirust

https://github.com/moali87/jirust/assets/7011993/f3286c68-5dc8-4e90-a43c-a428215b6d96

Install

make sure you have Rust installed. See https://www.rust-lang.org/tools/install

Run cargo install jirust

Important notices

Current requirements

You will need a config file in $HOME/.config/jirust/config.toml. Please look at the sample.toml for its contents.

Instead of specifying api_key in config.toml, you can instead set the JIRA_API_KEY environment variable.

Current capabilities

Default keys

Usage (Youtube)

link

TODO:

Credit

I've been copying a lot of gobang project. This wouldn't have been possible if it wasn't for that project. Thank you.