-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PUBG-0] Update to Default .issuetracker File
- Loading branch information
1 parent
cfa19e5
commit 7f14f0f
Showing
1 changed file
with
20 additions
and
0 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,20 @@ | ||
# Integration with Issue Tracker | ||
# | ||
# (note that '\' need to be escaped). | ||
|
||
[issuetracker "Krafton JIRA Rule META"] | ||
regex = "META-(\\d+)" | ||
url = "https://jira.krafton.com/browse/META-$1" | ||
|
||
[issuetracker "Krafton JIRA Rule ANUY"] | ||
regex = "ANUY-(\\d+)" | ||
url = "https://jira.krafton.com/browse/ANUY-$1" | ||
|
||
[issuetracker "Krafton JIRA Rule ASKSBX"] | ||
regex = "ASKSBX-(\\d+)" | ||
url = "https://jira.krafton.com/browse/ASKSBX-$1" | ||
|
||
[issuetracker "Krafton GitHub Enterprise Rule"] | ||
regex = "#(\\d+)" | ||
url = "https://github.com/pubg/terraform-provider-bluechip/issues/$1" | ||
|