-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergio Schvezov <[email protected]>
- Loading branch information
1 parent
dbb47aa
commit 642a7db
Showing
2 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.