t('New issues and comments by project'), 'description' => t("Counts the total number of new issues and new comments for each project in a period of time."), 'data_type' => array( 'new_issues' => 'int', 'new_comments' => 'int', 'new_total' => 'int', ), 'handler' => array( 'class' => 'ProjectIssueNewIssuesCommentsByProject', 'parent' => 'project_issue_metric', ), );