jira-prompt is a CLI to prompt Ollama using data from Jira issues.
Ollama must be installed and the server running with ollama serve
to use jira-prompt.
jira-prompt can be installed via homebrew-tap with
brew install jhandguy/tap/jira-prompt
or downloaded as binary from the releases page.
➜ jp
jira-prompt is a CLI to prompt Ollama using data from Jira issues.
Usage:
jp [command]
Available Commands:
help Help about any command
prompt Prompt Ollama with Jira data
search Search Jira issues with JQL
Flags:
-d, --debug debug for jp
-h, --help help for jp
-e, --jira-excluded-fields string jira fields to exclude from the response (comma separated) (default "id,self,expand")
-q, --jira-request string jira search request (default "{\"jql\": \"project = FRGE AND status = \\\"In Progress\\\"\", \"fields\": [\"summary\"]}")
-t, --jira-token string jira API token
-u, --jira-url string jira base url (default "https://ecosystem.atlassian.net")
-v, --version version for jp
Use "jp [command] --help" for more information about a command.