Skip to content

Commit

Permalink
github: modified .jira_sync_config.yaml for the synchronization with …
Browse files Browse the repository at this point in the history
…Jira

Signed-off-by: Maria Seralessandri <[email protected]>
  • Loading branch information
mseralessandri committed Dec 18, 2024
1 parent e57536c commit 23b63c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,12 +27,12 @@ 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
label_mapping:
improvement: Story
feature: Story
investigation: Spike
bug: Bug
bug: Bug

0 comments on commit 23b63c3

Please sign in to comment.