Skip to content

Commit

Permalink
patch: Switch internal Jira issue sync from workflow to bot (#227)
Browse files Browse the repository at this point in the history
This PR only affects issues for this repository & does not affect
repositories that use the reusable workflows

https://warthogs.atlassian.net/browse/DPE-3154
  • Loading branch information
carlcsaposs-canonical committed Aug 16, 2024
1 parent 4c77e41 commit 2aaf173
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
19 changes: 19 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sync GitHub issues to Jira issues

# Configuration syntax:
# https://github.com/canonical/gh-jira-sync-bot/blob/main/README.md#client-side-configuration
settings:
# Repository specific settings

# Settings shared across Data Platform repositories
label_mapping:
# If the GitHub issue does not have a label in this mapping, the Jira issue will be created as a Bug
enhancement: Story
jira_project_key: DPE # https://warthogs.atlassian.net/browse/DPE
status_mapping:
opened: untriaged
closed: done # GitHub issue closed as completed
not_planned: rejected # GitHub issue closed as not planned
add_gh_comment: true
sync_description: false
sync_comments: false
20 changes: 0 additions & 20 deletions .github/workflows/__sync_issue_to_jira.yaml

This file was deleted.

0 comments on commit 2aaf173

Please sign in to comment.