From 23b63c361cf7d2ab076e6a0f85846e2de7976f73 Mon Sep 17 00:00:00 2001 From: Maria Seralessandri Date: Wed, 18 Dec 2024 11:43:03 +0100 Subject: [PATCH] github: modified .jira_sync_config.yaml for the synchronization with Jira Signed-off-by: Maria Seralessandri --- .github/.jira_sync_config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml index 781eeb3bec64..7a73f52dfe7d 100644 --- a/.github/.jira_sync_config.yaml +++ b/.github/.jira_sync_config.yaml @@ -9,9 +9,8 @@ settings: # (Optional) Jira project components that should be attached to the created issue # Component names are case-sensitive - # components: - # - LXD - # - Microcloud + components: + - LXD # (Optional) GitHub labels. Only issues with one of those labels will be synchronized. # If not specified, all issues will be synchronized @@ -28,7 +27,7 @@ settings: sync_comments: false # (Optional) (Default: None) Parent Epic key to link the issue to - epic_key: "LXD-1251" + epic_key: "LXD-2468" # (Optional) Dictionary mapping GitHub issue labels to Jira issue types. # If label on the issue is not in specified list, this issue will be created as a Bug @@ -36,4 +35,4 @@ settings: improvement: Story feature: Story investigation: Spike - bug: Bug \ No newline at end of file + bug: Bug