* tool/redmine-backporter.rb (show): just report and ignore if a feature ticket

is specified instead of aborting.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2017-07-07 02:14:57 +00:00
parent 8ddf0263bb
commit b88e0ceb85
1 changed files with 5 additions and 0 deletions

View File

@ -368,6 +368,11 @@ commands = {
unless i["changesets"]
abort "You don't have view_changesets permission"
end
unless i["custom_fields"]
puts "The specified ticket \##{@issue} seems to be a feature ticket"
@issue = nil
next
end
id = "##{i["id"]}".color(*PRIORITIES[i["priority"]["name"]])
sio = StringIO.new
sio.puts <<eom