FS-7988 fix a few buglets
This commit is contained in:
parent
876e8296cb
commit
d3dbd3306d
|
@ -93,6 +93,7 @@ if (!$opts{user}) {
|
||||||
|
|
||||||
if (!$opts{pass} && !$opts{debug}) {
|
if (!$opts{pass} && !$opts{debug}) {
|
||||||
$opts{pass} = getpass();
|
$opts{pass} = getpass();
|
||||||
|
print "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $jira;
|
my $jira;
|
||||||
|
@ -163,7 +164,7 @@ my $input = {
|
||||||
customfield_10024 => $opts{hash},
|
customfield_10024 => $opts{hash},
|
||||||
customfield_10025 => $opts{hash},
|
customfield_10025 => $opts{hash},
|
||||||
components => $opts{components_array},
|
components => $opts{components_array},
|
||||||
affectsVersion => $opts{versions_array}
|
versions => $opts{versions_array}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue