Skip to content

Commit a280ee2

Browse files
Switch Jira issue sync from workflow to bot (#32)
https://warthogs.atlassian.net/browse/DPE-3154
1 parent be39e65 commit a280ee2

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

.github/.jira_sync_config.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
- zookeeper-k8s
9+
- rock
10+
11+
# Settings shared across Data Platform repositories
12+
label_mapping:
13+
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug
14+
enhancement: Story
15+
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE
16+
status_mapping:
17+
opened: untriaged
18+
closed: done # GitHub issue closed as completed
19+
not_planned: rejected # GitHub issue closed as not planned
20+
add_gh_comment: true
21+
sync_description: false
22+
sync_comments: false

.github/workflows/sync_issue_to_jira.yaml

-21
This file was deleted.

0 commit comments

Comments
 (0)