• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/service/kanbanservice.php
  • Класс: BitrixTasksScrumServiceKanbanService
  • Вызов: KanbanService::getDefaultStageTitle
private function getDefaultStageTitle(string $systemType): string
{
	return Loc::getMessage('TASKS_SCRUM_STAGE_' . $systemType);
}