Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

speedledger/jira-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-fetcher

Fetch data about issues and the issues's changelogs from Jira and store in elasticsearch.

Setup

Recommended IDE is IntelliJ IDEA. Clone the repo. Open the project by either just opening build.sbt from IntelliJ or import project with "Import project" and selecting build.sbt.

Building

Run sbt assembly and a fat JAR will be created in the target/scala-2.10 folder.

Usage

Configure the application in a copy of application.conf.

Start the application using the fat JAR with command java -Dconfig.file=<path to config file> -jar <path to JAR file>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages