• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/form/itemform.php
  • Класс: BitrixTasksScrumFormItemForm
  • Вызов: ItemForm::setStoryPoints
public function setStoryPoints($storyPoints): void
{
	$this->storyPoints = (is_string($storyPoints) ? $storyPoints : '');
}