• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

jira-stats: Simple Javascript UI which displays relevant Jira statistics using G ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

jira-stats

开源软件地址:

https://gitee.com/December2015/jira-stats

开源软件介绍:

Jira Statistics

Simple Javascript UI to display relevant Jira statistics using Google Charts (https://developers.google.com/chart/)

Homepage

Goal

The goal of the project is to provide graphical information around a private Jira repository through dashboard.Each dashboard can be drilled down to the Jira instance in order to get more detailed information.Each dashboard can display information on different timescales:

  • sprints
  • months
  • quarters

Note that the goal is mainly to provide reports over the worklog logged into the tool in order to follow up on executions of group of tasks.

The project has been tested on Jira 7.x

How does it work?

A scheduled task is triggered every hour in order to fetch all the relevant information from Jira. It automatically refreshes the document representing Jira issues in Elastic Search.Search being way faster in Elastic Search than through Jira it allows the UI to query frenetically the local Elastic Search instance without impacting Jira, providing an almost real-time information.

Statistics provided (WIP)

  • Worklog per component over a timeperiod
  • Worklog per epics over a timeperiod

To be added:

  • Average age for a bug
  • Commited Points vs Done points
  • Average fix time per complexity

Stack

  • Spring Boot 2.0
  • Spring MVC
  • Spring Data Elastic Search
  • Jackson
  • Elastic Search
  • Gradle

Configuration

In order to configure the project, edit the following properties files:

  • jira-webgraphs/src/main/ressources/application.properties:
    • spring.data.jest.uri : the url for the elastic search instance
    • spring.data.jest.maxindexsearch : max index search parameter for Elastic Search
    • server.port : the port used by the embedded tomcat server
  • jira-webgraphs/src/main/ressources/jira.properties:
    • jira.baseurl : the url for the jira instance
    • jira.project : acronyms for project to follow (separated by / ie PRJ1/PRJ2)
    • jira.board : the associated name for a project board (used to retrieve information around sprints)
    • jira.username : a jira username (my instance does not allow OAuth2)
    • jira.password : the associated password (my instance does not allow OAuth2)
    • jira.maximum : the maximum number of results obtained per Jira Rest queries (usually 1000)

Run the project

Prerequisites

  • Gradle: https://gradle.org
  • Elastic search (the easiest way before I provide a Docker compose file for everything would be to run one of the official docker images)

Run command

Once compiled, the produced war file is executable. Run it using:java -jar jira-webgraphs-{version}.war

Run command

You can connect to the UI through http://localhost:{serverPort} (by default http://localhost:8888)


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap