* Add epic to objectList in metric.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$config->metric = new stdclass();
|
||||
$config->metric->scopeList = array('program', 'project', 'product', 'execution', 'user', 'system');
|
||||
$config->metric->objectList = array('program', 'line', 'product', 'project', 'productplan', 'execution', 'release', 'story', 'requirement', 'task', 'bug', 'case', 'user', 'effort', 'doc', 'feedback', 'ticket', 'risk', 'issue', 'review', 'qa');
|
||||
$config->metric->objectList = array('program', 'line', 'product', 'project', 'productplan', 'execution', 'release', 'epic', 'story', 'requirement', 'task', 'bug', 'case', 'user', 'effort', 'doc', 'feedback', 'ticket', 'risk', 'issue', 'review', 'qa');
|
||||
$config->metric->purposeList = array('scale', 'qc', 'hour', 'cost', 'rate', 'time');
|
||||
$config->metric->dateList = array('year', 'month', 'week', 'day');
|
||||
$config->metric->excludeGlobal = array('program', 'project', 'product', 'execution', 'user');
|
||||
|
||||
@@ -257,6 +257,7 @@ $lang->metric->objectList['project'] = "Project";
|
||||
$lang->metric->objectList['productplan'] = "Plan";
|
||||
$lang->metric->objectList['execution'] = "Execution";
|
||||
$lang->metric->objectList['release'] = "Release";
|
||||
$lang->metric->objectList['epic'] = $lang->ERCommon;
|
||||
$lang->metric->objectList['story'] = $lang->SRCommon;
|
||||
$lang->metric->objectList['requirement'] = $lang->URCommon;
|
||||
$lang->metric->objectList['task'] = "Task";
|
||||
|
||||
@@ -257,6 +257,7 @@ $lang->metric->objectList['project'] = "Project";
|
||||
$lang->metric->objectList['productplan'] = "Plan";
|
||||
$lang->metric->objectList['execution'] = "Execution";
|
||||
$lang->metric->objectList['release'] = "Release";
|
||||
$lang->metric->objectList['epic'] = $lang->ERCommon;
|
||||
$lang->metric->objectList['story'] = $lang->SRCommon;
|
||||
$lang->metric->objectList['requirement'] = $lang->URCommon;
|
||||
$lang->metric->objectList['task'] = "Task";
|
||||
|
||||
@@ -257,6 +257,7 @@ $lang->metric->objectList['project'] = "Project";
|
||||
$lang->metric->objectList['productplan'] = "Plan";
|
||||
$lang->metric->objectList['execution'] = "Execution";
|
||||
$lang->metric->objectList['release'] = "Release";
|
||||
$lang->metric->objectList['epic'] = $lang->ERCommon;
|
||||
$lang->metric->objectList['story'] = $lang->SRCommon;
|
||||
$lang->metric->objectList['requirement'] = $lang->URCommon;
|
||||
$lang->metric->objectList['task'] = "Task";
|
||||
|
||||
@@ -257,6 +257,7 @@ $lang->metric->objectList['project'] = "项目";
|
||||
$lang->metric->objectList['productplan'] = "计划";
|
||||
$lang->metric->objectList['execution'] = "执行";
|
||||
$lang->metric->objectList['release'] = "发布";
|
||||
$lang->metric->objectList['epic'] = $lang->ERCommon;
|
||||
$lang->metric->objectList['story'] = $lang->SRCommon;
|
||||
$lang->metric->objectList['requirement'] = $lang->URCommon;
|
||||
$lang->metric->objectList['task'] = "任务";
|
||||
|
||||
Reference in New Issue
Block a user