Skip to content

Commit

Permalink
ci: use GH/JIRA integration bot
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <[email protected]>
  • Loading branch information
sergiusens committed Feb 12, 2024
1 parent dbb47aa commit 642a7db
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
25 changes: 25 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
settings:
components:
- Craft Store
labels:
- Bug
- Enhancement
- Spike
- Epic
# Adds a comment with the JIRA ID
add_gh_comment: true
# Reflect changes on JIRA
sync_description: true
# Comments are synced from Github to JIRA
# Nothing goes from JIRA to Github
sync_comments: true
# epic_key: "MTC-296"
jira_project_key: "CRAFT"
status_mapping:
opened: Untriaged
closed: done
label_mapping:
Enhancement: Story
Bug: Bug
Spike: Spike
Epic: Epic
17 changes: 0 additions & 17 deletions .github/workflows/issues.yaml

This file was deleted.

0 comments on commit 642a7db

Please sign in to comment.