Kong is a Jira CLI for low-latency interactions with Jira's API which is known to take multiple seconds to respond. Through background caching Kong responds in 10ms or less from the comfort of your terminal speeding up your daily agile chores.
kong
- List issues, epics and sprints
- Create issues in batch
- Create sprints
- Update sprint issue statuses
- Generate text-based standup messages
- Go 1.17+
- systemctl (Linux)
- launchctl (macOS)
This will checkout the repository, compile the Go code, create a user service, prompt you to configure Kong for your Jira API and reload the service.
git clone [email protected]:konradreiche/kong.git && cd kong
make install
kong configure
make reload