Skip to content

Commit

Permalink
github: update of .jira_sync_config.yaml (#14688)
Browse files Browse the repository at this point in the history
I changed the 'jira_key' and 'components' in .jira_sync_config.yaml
configuration file for the synchronization with Jira.
The issues in LXD will be created in a separated epic and the
'component' key will allow filtering by 'LXD' key
  • Loading branch information
tomponline authored Dec 18, 2024
2 parents de25683 + 23b63c3 commit 46b73cb
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 46b73cb

Please sign in to comment.