KrishKayc / ferry

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 98.1%Language:Makefile 1.9%