t('Issue reporters/participants per project'), 'description' => t("Counts the total number users reporting issues and participating in issues."), 'data_type' => array( 'reporters' => 'int', 'participants' => 'int', ), 'handler' => array( 'class' => 'ProjectIssueReportersParticipantsByProject', 'parent' => 'project_issue_metric', ), );