Skip to content

Commit

Permalink
Switch Jira issue sync from workflow to bot
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Aug 16, 2024
1 parent a586d20 commit 605e3c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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
components: # Jira components that will be added to Jira issue
- mysql-router-vm

# 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
21 changes: 0 additions & 21 deletions .github/workflows/sync_issue_to_jira.yaml

This file was deleted.

0 comments on commit 605e3c7

Please sign in to comment.