Skip to content

GhostBarik/JiraTimeExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple time extractor from JIRA json format

This simple app allows you to insert json taken from JIRA worklog-query:

http://host/jira/rest/jira-worklog-query/1.2.1/find/worklogs?startDate=2016-06-01&endDate=2016-06-30&user=VojTos

and then extract and calculate total time, spending on different tasks by different users.

Prerequisites

You should have installed and properly configured:

  • Java JDK (>= 7)
  • Scala (version >= 2.11.8)
  • Simple Build Tool (SBT) (version >= 0.13.9) for building Scala (JVM) and Scala.js projects

How to build application

  1. Go to the project root folder.
  2. Run sbt from the command line.
  3. Build application by running fullOptJS (it will generate the minified version of script).
  4. open view/jira-time-extractor.html and check if the path to generated JavaScript conforms to the generated JavaScript (from target/scala-2.11). For example if generated file has name scalajstemplate-opt.js full path in view/jira-time-extractor.html should look like <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F..%2Ftarget%2Fscala-2.11%2Fscalajstemplate-opt.js"></script>. Correct this if needed.

How to run application

  1. Go to view folder and open jira-time-extractor.html in your favorite browser.

About

This simple app allows you to insert json taken from JIRA worklog-query and then extract and calculate total time, spending on different tasks by different users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors