sphr2k / jiracsv

Jira to CSV Export Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jira to CSV Export Tool

Building

$ go build

Examples

In order to avoid your password being stored in the bash history it is strongly suggested to export an environment variable:

$ read -p Password: -s PASSWORD && echo && export PASSWORD

Collecting the issues for multiple components in the same project and version:

$ ./jiracsv -u <username> -c <config-file> -p <profile-id>

Configuration file example:

instance:
  url: https://jira.atlassian.com
profiles:
- id: jira-latest-fixes
  jql:
    project = JRASERVER AND
    fixVersion = latestReleasedVersion()
  components:
    exclude:
    - Tomcat

About

Jira to CSV Export Tool

License:Apache License 2.0


Languages

Language:Go 100.0%