Check also tasks and tools with code sniffer
[MAILPOET-2429]
This commit is contained in:
committed by
Jack Kitterhing
parent
cc62da6cb3
commit
7ecabdba3a
@ -97,9 +97,9 @@ class ReleaseVersionController {
|
||||
$data = [
|
||||
'update' => [
|
||||
'fixVersions' => [
|
||||
['set' => [['name' => $version]]]
|
||||
]
|
||||
]
|
||||
['set' => [['name' => $version]]],
|
||||
],
|
||||
],
|
||||
];
|
||||
return $this->jira->updateIssue($issue_key, $data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user