Y
Hacker News
new
|
ask
|
show
|
jobs
by
hendry
235 days ago
"All my stateless tools (like Jira, AWS, GitHub) have been migrated to simple CLIs." - How do you get Jira on the CLI?
4 comments
rererereferred
235 days ago
There's an Atlasian cli with Jira support
https://developer.atlassian.com/cloud/acli/reference/command...
link
greymalik
235 days ago
Cloud only. My employer is still on an ancient data center version. But you can easily write a cli that wraps the REST API.
link
RMPR
235 days ago
Jiratui[0] has some support for basic automation. That's probably what OP is using as it is the most poppular Jira cli tool out there.
0:
https://github.com/whyisdifficult/jiratui
link
PhilippGille
235 days ago
First search result (on Kagi):
https://github.com/ankitpokhrel/jira-cli
Latest version from 2 momths ago, >4700 stars on GitHub
link
mewpmewp2
235 days ago
At some point I vibecoded myself everything into cli commands, anything that has API could be a cli command.
link