-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
The regex we'd like supported is this:
(?i)(mantis|issue|case|bug)\s*:#.?\s*(\d+)
This is Fisheye regex syntax; the ?i means case insensitive.
The regex we'd like supported is this:
(?i)(mantis|issue|case|bug)\s*:#.?\s*(\d+)
This is Fisheye regex syntax; the ?i means case insensitive.