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

	return [
		'GROUP_ID' => $this->getGroupId(),
		'ENTITY_TYPE' => self::BACKLOG_TYPE,
		'CREATED_BY' => $this->getCreatedBy(),
		'MODIFIED_BY' => $this->getCreatedBy(),
	];
}