Jira CLI in rust
November 8, 2025 ยท View on GitHub
A cli that group jira and github together in a beatiful workflow ๐ฆ.
Usage
- To install (In the future we'll have releases with pre built binaries)
cargo install jirarust
-
Run
jirarust config-setand ask all the prompts. -
Just be happy ๐
jirarust --help
Tip: Alias
jirarusttojirafor easier usage in your config.
Shell completion
Replace zsh with your shell of choice and the write path to where you keep the completions.
jirarust --generate=zsh > ~/.zsh/functions/_jirarust
Requirements
Goals
- Fix build github action to release pre built binaries for different platforms
- Add tests
- Add documentation
- Add commands to view description of a card
- Add commands to move through other columns like (homol, done, etc)
- Make transition object less personal(today the number only works for my jira board I think)