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