Requirements • Properties • Run Locally • Contributing • Related
The application fetches issues and related fields from JIRA and stores them in a MongoDB database for use by other applications.
- JDK 11
- MongoDB Server 4.0 or above
In order to run this project, you must provide the following values in application.yml which can be found under resources directory
MongoDB Server URI
JIRA Server base URL
JIRA Server bearer token
Project Keys
Time period in days for which data to be fetched
Clone the project
git clone https://github.com/CognizantCodeHub/ciqdashboard-collector-jira.git
Go to the project directory
cd ciqdashboard-collector-jira
Build the project
gradle build
Start the application
gradle bootrun
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's code of conduct
.
Here are some related projects
CIQDashboard Jira(cloud) Collector
CIQDashboard Jira+Zephyr(cloud) Collector
CIQDashboard Jira+Zephyr(On Premise) Collector
CIQDashboard Jenkins Collector