Skip to content

CognizantOpenSource/ciqdashboard-collector-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIQDashboard JIRA Collector

Contributor Covenant

JDK version= 11 MongoDB server version= 4.0 or above On Premise

RequirementsPropertiesRun LocallyContributingRelated

The application fetches issues and related fields from JIRA and stores them in a MongoDB database for use by other applications.

Requirements

  • JDK 11
  • MongoDB Server 4.0 or above

Properties

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

Run Locally

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

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.

Related

Here are some related projects

CIQDashboard UI

CIQDashboard API

CIQDashboard Metric Services

CIQDashboard Auth

CIQDashboard ALM Collector

CIQDashboard Jira(cloud) Collector

CIQDashboard Jira+Zephyr(cloud) Collector

CIQDashboard Jira+Zephyr(On Premise) Collector

CIQDashboard Rally Collector

CIQDashboard Jenkins Collector

CIQDashboard GitHub Collector

CIQDashboard ServiceNow Collector

License

To edit