Skip to content

JIRA Search Utility to download Issues from jira with a configurable Filter

License

Notifications You must be signed in to change notification settings

KrishKayc/ferry

Repository files navigation

ferry - JIRA search

Utility to Search and download Issues From JIRA with a configurable Filters and return fields. Retrieved Issues from JIRA will be downloaded as CSV in the path specified in the config.json file.

Command-line

Usage

ferry [flags]

ferry [command]

Available Commands

    export      Search and export Issues From JIRA
    help        Help about any command
    version     Print the version

Flags

  -h, --help   help for ferry

Use "ferry [command] --help" for more information about a command.

export command

ferry export --config config.json --project "Your Project" --output ~/Documents/ferry.csv

config.json file specifies.

* Filters to be applied. Example : Project, Issue Type, Sprint etc
* FieldsToRetrive to be rendered as columns in the downloaded csv file

Build Status codecov Go Report Card

Output

Download InProgress:

Output

Download Complete:

FinalOutput