* fixed the issue with cli command, so it only updates jira cache, where there is an id
This commit is contained in:
@@ -69,7 +69,7 @@ class JiraCollectorService
|
||||
* @param bool $forceReload
|
||||
* @return KanbanBoard
|
||||
*/
|
||||
public function getKanbanBoard(int $teamId = null, bool $forceReload = false): KanbanBoard
|
||||
public function getKanbanBoard(int $teamId, bool $forceReload = false): KanbanBoard
|
||||
{
|
||||
$team = $this->teamService->getTeam($teamId);
|
||||
$teamName = $team->getName();
|
||||
|
||||
Reference in New Issue
Block a user