diff --git a/support-d/utils/filebug.pl b/support-d/utils/filebug.pl index a2e095c507..1f42a8da21 100755 --- a/support-d/utils/filebug.pl +++ b/support-d/utils/filebug.pl @@ -93,6 +93,7 @@ if (!$opts{user}) { if (!$opts{pass} && !$opts{debug}) { $opts{pass} = getpass(); + print "\n"; } my $jira; @@ -163,7 +164,7 @@ my $input = { customfield_10024 => $opts{hash}, customfield_10025 => $opts{hash}, components => $opts{components_array}, - affectsVersion => $opts{versions_array} + versions => $opts{versions_array} }, };