jira-daily-report
v0.1.121
Published
Generate Jira daily standup reports - VS Code extension and 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"Get your tokens:
- Jira: Create API token
- Tempo: Go to
https://your-domain.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/configuration/api-integration(replaceyour-domainwith your Jira domain)
Usage
Generate daily report:
jira-report generateLog time:
# Single ticket
jira-report logtime "B2B-1079 2h"
# Multiple tickets
jira-report logtime "B2B-1079 2h, PROJECT-123 1.5h"
# Specific date
jira-report logtime "B2B-1079 2h" --date yesterday
jira-report logtime "B2B-1079 2h" --date 2025-01-15
# With description
jira-report logtime "B2B-1079 2h" --description "Bug fix"Time formats: 2h, 1.5h, 30m, 1h 30m
Contribute
Found a bug or have a feature idea? Open an issue or submit a PR!
Also available as a VS Code extension
