Skip to content

Commit caa4dc6

Browse files
Switch Jira issue sync from workflow to bot (#302)
https://warthogs.atlassian.net/browse/DPE-3154
1 parent 82c7a0e commit caa4dc6

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/.jira_sync_config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Sync GitHub issues to Jira issues
2+
3+
# Configuration syntax:
4+
# https://github.com/canonical/gh-jira-sync-bot?tab=readme-ov-file#client-side-configuration
5+
settings:
6+
# Repository specific settings
7+
components: # Jira components that will be added to Jira issue
8+
- mysql-router-k8s
9+
10+
# Settings shared across Data Platform repositories
11+
label_mapping:
12+
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug
13+
enhancement: Story
14+
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE
15+
status_mapping:
16+
opened: untriaged
17+
closed: done # GitHub issue closed as completed
18+
not_planned: rejected # GitHub issue closed as not planned
19+
add_gh_comment: true
20+
sync_description: false
21+
sync_comments: false

.github/workflows/sync_issue_to_jira.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)