Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Support configurations for multiple JIRA projects #18

Open
robertjahn opened this issue Apr 28, 2020 · 0 comments
Open

Support configurations for multiple JIRA projects #18

robertjahn opened this issue Apr 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@robertjahn
Copy link

Currently, the JIRA service has its configuration in the jira-details secret and only allows for defining one project.

Perhaps some JSON conf file can contain this setup. Here is a mockup

{
	"jira-base-url": "https://MYORG.atlassian.net",
	"jira-username": "[email protected]",
	"jira-api-token": "MYTOKEN",
	"projects": [
                 {
			"jira-project-key": "AA",
			"jira-issue-type": "Keptn SLO Evaluation",
			"jira-create-ticket-for-problems": "DD",
			"jira-create-ticket-for-evaluations": "DD",
			"jira-default-problem-status": "In Progress",
			"jira-default-evaluation-status": "Done"
		},
		{
			"jira-project-key": "BB",
			"jira-issue-type": "Keptn SLO Evaluation",
			"jira-create-ticket-for-problems": "DD",
			"jira-create-ticket-for-evaluations": "DD",
			"jira-default-problem-status": "In Progress",
			"jira-default-evaluation-status": "Done"
		}
	]
}
@ghost ghost added the enhancement New feature or request label Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant