-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch Jira issue sync from workflow to bot (#6)
- Loading branch information
1 parent
b164697
commit 8e28942
Showing
2 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
- pgbouncer-vm | ||
- pgbouncer-k8s | ||
- snap | ||
|
||
# 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 |
This file was deleted.
Oops, something went wrong.