michael94ellis / JiraIssueXMLExportToCSV

This project provides an easy and free way to export all the fields that Jira Export cannot do in CSV format on its own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JiraIssueXMLExportToCSV

This project provides an easy and free way to export all the fields that Jira Export cannot do in CSV format on its own.

This will provide you with:

  • Comments
  • Issue Link Types and Keys
  • Status Color/Category
  • Rank
  • A link to the issue
  • And everything in the normal CSV export

To use this, export the XML for the Jira issues you want in CSV.

Then download these files:

  • RunTheConverter.cmd - It's one line, it runs the powershell script in STA mode and by-passes security You can rename the RunTheConverter.cmd file
  • XMLToCSVConverter.ps1 - This is a PowerShell 2.0 script that opens a File-Picker window and parses XML into PSObjectes then opens a File-Saver window and saves them as a CSV file
Run the RunTheConverter.cmd file to use this tool.

About

This project provides an easy and free way to export all the fields that Jira Export cannot do in CSV format on its own.


Languages

Language:PowerShell 99.4%Language:Batchfile 0.6%