We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3822c9 commit b0b6162Copy full SHA for b0b6162
1 file changed
tool/redmine-backporter.rb
@@ -45,7 +45,7 @@ module Readline; end
45
@query = {
46
'f[]' => BACKPORT_CF_KEY,
47
"op[#{BACKPORT_CF_KEY}]" => '~',
48
- "v[#{BACKPORT_CF_KEY}][]" => "#{TARGET_VERSION}: REQUIRED",
+ "v[#{BACKPORT_CF_KEY}][]" => "\"#{TARGET_VERSION}: REQUIRED\"",
49
'limit' => 40,
50
'status_id' => STATUS_CLOSE,
51
'sort' => 'updated_on'
0 commit comments