Ticketron (tix) is a CLI tool designed to quickly create JIRA issues based on brief user input, leveraging LLMs for detail generation and an MCP server for JIRA interaction.
Overview
what is Ticketron?
Ticketron (tix) is a command-line interface (CLI) tool designed to streamline the creation and management of JIRA issues using natural language and concise commands, powered by Large Language Models (LLMs).
how to use Ticketron?
To use Ticketron, install it via Go, initialize the configuration, set your OpenAI API key, and then use commands like tix create to create issues or tix search to find existing ones.
key features of Ticketron?
- Create JIRA issues using natural language.
- Search for JIRA issues using JQL.
- Contextual ticket generation via LLM.
- Configuration management and secure API key storage.
- Shell completion support for various shells.
- Structured output formats (JSON, YAML, TSV).
use cases of Ticketron?
- Quickly creating bug reports or feature requests in JIRA.
- Searching for specific issues using natural language queries.
- Managing JIRA configurations and API keys securely.
FAQ from Ticketron?
- Can Ticketron work without an OpenAI API key?
No, an OpenAI API key is required for LLM features.
- Is Ticketron free to use?
Yes, Ticketron is open-source and free to use.
- What programming language is Ticketron written in?
Ticketron is written in Go.