diff --git a/.jira/config.yml b/.jira/config.yml new file mode 100644 index 0000000000..6bf9a25376 --- /dev/null +++ b/.jira/config.yml @@ -0,0 +1,13 @@ +deployments: + environmentMapping: + development: + - "dev_*" + - "weblate" + testing: + - "demo" + - "ur" + - "test" + staging: + - "preproduction" + production: + - "production"