Skip to content

Commit 395bdaa

Browse files
Switch Jira issue sync from workflow to bot (#126)
1 parent 6ae2522 commit 395bdaa

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/.jira_sync_config.yaml

+21
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/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+
- kafka-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

-21
This file was deleted.

0 commit comments

Comments
 (0)