Jiratui – A Textual UI for interacting with Atlassian Jira from your shell

60 gjvc 17 9/10/2025, 2:42:15 PM jiratui.sh ↗

Comments (17)

tiomat · 9m ago
It’s awesome! I wrote a TUI for Jira for my own use, with extra stats like average time spent on tasks and counts of issues or bugs per epic. But yours looks so nice and polished—thanks for sharing your work!
johntash · 8m ago
Very cool, thanks! I'll give it a shot in the near future
Apreche · 2h ago
I am absolutely going to try this.

One question. Is there any way that if I click a JIRA link somewhere, like email or Slack, that it could open in the TUI instead of in the browser? I just can’t imagine that being possible.

turtlebits · 22m ago
Its possible- you'd have to register a new uri handler to call the TUI (it'll need to take cli args to load the link/issue), then rewrite Jira links (tampermonkey script/browser extension) to use the new uri.
numbers · 16m ago
is there something like this for Asana, I hate their UI and UX. Their keyboard shortcuts are based off `Tab` key being a "modifier" which makes absolutely no sense.
mr_mitm · 1h ago
Ha, I love this!

I have something similar for confluence. I'm the only known user though, it's probably full of bugs.

https://github.com/AdrianVollmer/Congruence

toomuchtodo · 5h ago
dbacar · 1h ago
Looks cool and unnecessary :)
Biganon · 29m ago
Looks absolutely necessary given how terrible Jira's UX is
danielvaughn · 1h ago
I want this but for Linear
gjvc · 3h ago
jasonjmcghee · 2h ago
This is a very attractive TUI. Nice job!
lordleft · 1h ago
Agreed. I wonder if it's a custom TUI engine or leveraging a framework?
ceuk · 1h ago
Looks like Textual[1] -- the buttons are always a giveaway

[1] https://github.com/Textualize/textual

swaptr · 1h ago
They are using Textual.

https://textual.textualize.io/

giancarlostoro · 2h ago
I still dont understand why there is no unified UI for a lof of ticketing systems, I'm so tired of popping into different teams and its a night and day difference between how things are configured.Just give me a kanban board.
sreenathmenon · 2h ago
good work :)