We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997feb9 commit d4b6033Copy full SHA for d4b6033
github_app_for_splunk/default/transforms.conf
@@ -1,3 +1,9 @@
1
[extractIssueID]
2
REGEX = \"(message|body)\"\:\"[^\"]*(?:[Cc]los(?:e[sd]?|ing)|[Ff]ix(?:e[sd]|ing)?|[Rr]esolv(?:e[sd]?|ing)?|[Ww]ork\s(?:[Ff]or|[Oo]n)?)\s(?:[A-Za-z\#\/_-]*)(?<issueNumber>[0-9]+)[^\"]*\"
3
MV_ADD = true
4
+
5
+[action]
6
+DELIMS = .
7
+FIELDS = change_type,command
8
+SOURCE_KEY = action
9
+disabled = 1
0 commit comments