jiracrawler

command module
v0.0.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

README

jiracrawler

PR Checks Nightly Integration Tests Release binaries

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL