Skip to content

Commit

Permalink
Add quotes to backport field
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Jan 31, 2023
1 parent d3822c9 commit b0b6162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/redmine-backporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Readline; end
@query = {
'f[]' => BACKPORT_CF_KEY,
"op[#{BACKPORT_CF_KEY}]" => '~',
"v[#{BACKPORT_CF_KEY}][]" => "#{TARGET_VERSION}: REQUIRED",
"v[#{BACKPORT_CF_KEY}][]" => "\"#{TARGET_VERSION}: REQUIRED\"",
'limit' => 40,
'status_id' => STATUS_CLOSE,
'sort' => 'updated_on'
Expand Down

0 comments on commit b0b6162

Please sign in to comment.