File tree 2 files changed +23
-21
lines changed
2 files changed +23
-21
lines changed Original file line number Diff line number Diff line change
1
+ # Sync GitHub issues to Jira issues
2
+
3
+ # Configuration syntax:
4
+ # https://github.com/canonical/gh-jira-sync-bot/blob/main/README.md#client-side-configuration
5
+ settings :
6
+ # Repository specific settings
7
+ components : # Jira components that will be added to Jira issue
8
+ - postgresql-k8s
9
+ - pgbouncer-k8s
10
+ - rock
11
+
12
+ # Settings shared across Data Platform repositories
13
+ label_mapping :
14
+ # If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug
15
+ enhancement : Story
16
+ jira_project_key : DPE # https://warthogs.atlassian.net/browse/DPE
17
+ status_mapping :
18
+ opened : untriaged
19
+ closed : done # GitHub issue closed as completed
20
+ not_planned : rejected # GitHub issue closed as not planned
21
+ add_gh_comment : true
22
+ sync_description : false
23
+ sync_comments : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments