Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

Issues Download Build StatusBitdeli 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.

IDTitleCreatorAssigneeMilestoneStateBody Text
1Add a Bitdeli Badge to READMEbitdeli-chefpsgsFirst-ReleaseCLOSEDPull 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

Resources

Stars

27 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages