• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/epicform.php
  • Класс: BitrixTasksScrumFormEpicForm
  • Вызов: EpicForm::getFieldsToCreate
public function getFieldsToCreate(): array
{
	$this->checkRequiredParametersToCreate();

	return [
		'NAME' => $this->name,
		'DESCRIPTION' => $this->description,
		'GROUP_ID' => $this->groupId,
		'CREATED_BY' => $this->createdBy,
		'COLOR' => $this->color,
	];
}