rahu2581 / cme2-jira-adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-adapter

The jira-adapter microservice provides all open Jira issues to a given microservice (using the tag parameter in Jira).

Prerequisites

In order to function correctly you need to create you own .env-file below src/main/resources. After creation you also need to provide the following parameters:

  • JIRA_URL
  • JIRA_USERNAME
  • JIRA_PASSWORD

Paths

When started the service provides following paths:

  • Port 8080: GET: /jira?tag=xxx with xxx as String
  • Port 8081: GET: /health

About

License:MIT License


Languages

Language:Java 84.6%Language:Shell 15.4%