Skip to content

Commit

Permalink
ci: Add gh-jira sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas authored and natalian98 committed Sep 19, 2023
1 parent 2e54282 commit f57f514
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# From https://github.com/canonical/gh-jira-sync-bot#client-side-configuration
settings:
jira_project_key: "IAM"
status_mapping:
opened: Untriaged
closed: done
components:
- Hydra
labels:
- bug
- enhancement
add_gh_comment: true
sync_description: true
sync_comments: true
epic_key: "IAM-471"
label_mapping:
enhancement: Story
bug: Bug

0 comments on commit f57f514

Please sign in to comment.