t('Total open/closed issues'), 'description' => t("Counts the total number of open and closed issues per category for all projects."), 'data_type' => array( 'bug_open' => 'int', 'feature_open' => 'int', 'task_open' => 'int', 'support_open' => 'int', 'bug_closed' => 'int', 'feature_closed' => 'int', 'task_closed' => 'int', 'support_closed' => 'int', 'total_open' => 'int', 'total_closed' => 'int', ), 'handler' => array( 'class' => 'ProjectIssueOpenedVsClosedByCategory', 'parent' => 'project_issue_metric', ), );