aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index d0fe2db..6300de2 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -1019,7 +1019,7 @@ plugin.default_auth( 'view', true )
plugin.map 'bug :zilla :number',
:requirements => {
- :number => /^#?\d+$/,
+ :number => /^#?\d+$|^\S+$/,
:zilla => /^[^ ]+$/
},
:defaults => { :zilla => nil },