fpigerre / IssuesDownload

A java application that downloads GitHub issues to a csv file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues Download Build Status Bitdeli Badge

Issues Download is a lightweight java application that will pull issues from a github.com repository, and write them to a .csv file. IssuesDownload uses Kohsuke Kawaguchi's GitHub API for Java to connect to GitHub when writing issues.

To run the application once compiled, simply run the .jar file that should have been compiled. Once the process is complete, a .csv file should contain issue information in the .jar file directory. Please Note: When the .jar file is run, it will overwrite any other issues.csv files in the jar file directory.

If downloading Issues doesn't work after multiple tries, you may need to copy the IssuesDownload properties file, and place it in the same directory as the .jar file, then edit the file to contain your personal or an application access token.

Releases

Screenshots

Screenshot One

CSV Format

The .csv format used is as follows: Id, Title, Creator, Assignee, Milestone, State, Body Text.

The first line of the csv file shows the format used, and therefore does not display any information pulled from issues.

ID Title Creator Assignee Milestone State Body Text
1 Add a Bitdeli Badge to README bitdeli-chef psgs First-Release CLOSED Pull request made by @psgs at https://bitdeli.com

Compiling

Don't feel like compiling? You can download a pre-compiled release from the Releases section.

IssuesDownload uses Apache Maven 3 to compile!

To compile IssuesDownload, simply install Apache Maven, and run: mvn -f pom.xml clean install -P shade

About

A java application that downloads GitHub issues to a csv file


Languages

Language:Java 100.0%