jira-daily-report
v0.1.159
Published
Generate Jira daily standup reports - TUI CLI tool
Maintainers
Readme
Jira Daily Report CLI
A CLI tool for daily Jira reporting and Tempo time logging from your terminal.
🎬

Installation
npm install -g jira-daily-reportSetup
Add these to your shell profile (.bashrc, .zshrc):
export JIRA_SERVER="https://your-domain.atlassian.net/"
export JIRA_USERNAME="[email protected]"
export JIRA_API_TOKEN="your-jira-api-token"
export TEMPO_API_TOKEN="your-tempo-api-token"