From 80551aeb241b57f944dfc14c3f0905ecc76bfeea Mon Sep 17 00:00:00 2001 From: Maria Seralessandri Date: Wed, 18 Dec 2024 11:33:51 +0100 Subject: [PATCH] github: modified 'components' in .jira_sync_config.yaml for the synchronization with Jira Signed-off-by: Maria Seralessandri --- .github/.jira_sync_config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml index c7abc3156..fe4cf7de3 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: + - MicroCloud # (Optional) GitHub labels. Only issues with one of those labels will be synchronized. # If not specified, all issues will be synchronized @@ -36,4 +35,4 @@ settings: improvement: Story feature: Story investigation: Spike - bug: Bug \ No newline at end of file + bug: Bug