/jira-report-tools

Tool for getting Jira issues, generating reports and release notes

Primary LanguageKotlinApache License 2.0Apache-2.0

GitHub Workflow Status (branch) GitHub issues GitHub license

Jira report tool

It is an app for getting Jira issues, generating reports on them, generating release notes.

Quick look

https://jira-report-tools.herokuapp.com/

Installation

Check Gradle and Node.js with npm are installed and configured

Clone the source locally:

$ git clone https://github.com/MorkovkAs/jira-report-tools/

Build and run project:

$ cd jira-report-tools/
then
$ ./gradlew build
$ ./gradlew bootRun
or 
$ ./gradlew bootJar
$ nohup java -jar report-service-0.4.0.jar > /dev/null 2>&1 &
$ nohup java -jar -DLogback.configurationFile=logback.xml report-service-0.4.0.jar > /dev/null 2>&1 &
or
$ docker compose up -d

Go to localhost page.

Modules

  1. report-service containing server side logic such as request processing, Jira integration, generating release notes. Details
  2. report-service-ui containing client side logic. Details

Thanks!

Any questions or problems give me a shout on email avklimakov@gmail.com

License

Copyright 2020 Anton Klimakov
Licensed under the Apache License, Version 2.0