It is an app for getting Jira issues, generating reports on them, generating release notes.
https://jira-report-tools.herokuapp.com/
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.
report-service
containing server side logic such as request processing, Jira integration, generating release notes. Detailsreport-service-ui
containing client side logic. Details
Any questions or problems give me a shout on email [email protected]
Copyright 2020 Anton Klimakov
Licensed under the Apache License, Version 2.0