Hey HN, i built this because i wanted to switch between Jira, Confluence, and Bitbucket in cli instead of browser tabs for simple
operations.
The existing CLIs only cover one product at a time. I wanted a
single tool for the full Atlassian Cloud stack.
What it does:
- Jira: search, CRUD, bulk transition/assign/export
- Confluence: pages, spaces, search, bulk labels
- Bitbucket: repos, PRs, pipelines, branch protection
- JSM: service desks, requests
Some things I think are useful:
- Dry-run mode for bulk operations (preview before executing)
- Multiple output formats (table/json/csv/yaml)
- Profile-based multi-instance support
Built in Rust. Install via brew or cargo install.
Hope the community finds it useful