README ¶ jiracrawler A CLI tool for querying, filtering, and reporting on Jira issues. Designed for Red Hat projects but works with any Jira instance. Key Features Fetch issues assigned to one or more users, filtered by project and status Track user activity within a specific date range JSON and YAML output for easy integration with other tools Credential validation and config management Quick Start make build ./jiracrawler config set --user <email> --token <api-token> --url https://issues.redhat.com ./jiracrawler validate ./jiracrawler get assignedissues <user> --projectID CNF --output json Guides Document Description CLI Reference All commands, flags, and configuration options Testing Unit tests, integration tests, and nightly CI setup Examples jq recipes, common workflows, and output tips Contributing How to contribute to the project Development make build # Build the binary make test # Run unit tests make integration-test # Run integration tests (requires Jira credentials) make lint # Run linter make fmt # Format code make clean # Remove build artifacts Requirements Go 1.26+ Jira account with API token License Apache 2.0 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis cmd lib Click to show internal directories. Click to hide internal directories.