Skip to content

winkelchri/jira-export

Repository files navigation

JIRA-EXPORTER

This is a simple tool for exporting JIRA JQL queries to CSV or JSON files.

Requirements

Preparation

cp .env.example .env

Edit the .env file to match your JIRA instance.

Usage

jira-export --help
Error loading .env file
Export Jira issues to CSV and JSON

Usage:
  jira-export [flags]

Flags:
  -h, --help              help for jira-export
  -j, --jql string        JQL query
  -m, --max-results int   Max results (default 100)
  -o, --output string     Output directory (default "dist/jira/results")
  -t, --token string      Jira token
  -r, --url string        Jira URL
  -u, --username string   Jira username

Using the Taskfile.yaml

task run

Or using the docker container

task docker::run

About

Application for exporting Jira data from the provided JQL command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published