* [task#152532] add logic regarding associated story for zentao agent.
This commit is contained in:
@@ -101,7 +101,7 @@ $config->ai->dataSource['release']['stories'] = array('title', 'estimate
|
||||
$config->ai->dataSource['release']['bugs'] = array('title');
|
||||
$config->ai->dataSource['execution']['execution'] = array('name', 'desc', 'estimate');
|
||||
$config->ai->dataSource['execution']['tasks'] = array('name', 'pri', 'status', 'estimate', 'consumed', 'left', 'progress', 'estStarted', 'realStarted', 'finishedDate', 'closedReason');
|
||||
$config->ai->dataSource['task']['task'] = array('name', 'desc', 'pri', 'status', 'estimate', 'consumed', 'left', 'progress', 'estStarted', 'realStarted');
|
||||
$config->ai->dataSource['task']['task'] = array('name', 'desc', 'pri', 'status', 'estimate', 'consumed', 'left', 'progress', 'estStarted', 'realStarted', 'story');
|
||||
$config->ai->dataSource['case']['case'] = array('title', 'precondition', 'scene', 'product', 'module', 'pri', 'type', 'lastRunResult', 'status');
|
||||
$config->ai->dataSource['case']['steps'] = array('desc', 'expect');
|
||||
$config->ai->dataSource['bug']['bug'] = array('title', 'steps', 'severity','pri', 'status', 'confirmed', 'type');
|
||||
|
||||
Reference in New Issue
Block a user