/** * Constructor * */ public function __construct() { parent::__construct('stats'); $this->setParams(['statType' => 'assignees', 'includeResolvedIssues' => 'false', 'sortDirection' => 'ascending', 'sortBy' => 'total']); }
/** * Constructor * */ public function __construct() { parent::__construct('createdVsResolved'); $this->setParams(['periodName' => 'daily', 'daysprevious' => 30, 'isCummulative' => 'true', 'showUnresolvedTrend' => 'false', 'versionLabel' => 'major', 'width' => 380, 'height' => 260]); }