Skip to content

Commit

Permalink
[PUBG-0] Update to Default .issuetracker File
Browse files Browse the repository at this point in the history
  • Loading branch information
pubg-devops-cicd-bot committed Jan 5, 2024
1 parent cfa19e5 commit 7f14f0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .issuetracker
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"

0 comments on commit 7f14f0f

Please sign in to comment.