Skip to content

Commit b0b6162

Browse files
committed
Add quotes to backport field
1 parent d3822c9 commit b0b6162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/redmine-backporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module Readline; end
4545
@query = {
4646
'f[]' => BACKPORT_CF_KEY,
4747
"op[#{BACKPORT_CF_KEY}]" => '~',
48-
"v[#{BACKPORT_CF_KEY}][]" => "#{TARGET_VERSION}: REQUIRED",
48+
"v[#{BACKPORT_CF_KEY}][]" => "\"#{TARGET_VERSION}: REQUIRED\"",
4949
'limit' => 40,
5050
'status_id' => STATUS_CLOSE,
5151
'sort' => 'updated_on'

0 commit comments

Comments
 (0)