executions as $executionID => $execution):?>
name ?>
teams[$executionID])):?>
teams[$executionID] as $member) echo zget($users, $member->account) . ' ';?>
| task->id;?> |
task->name;?> |
task->assignedTo;?> |
task->status;?> |
task->consumed;?> |
task->left;?> |
tasks[$executionID])):?>
tasks[$executionID] as $task):?>
| id;?> |
name;?> |
assignedTo);?> |
processStatus('task', $task);?>
|
consumed;?> |
left;?> |
| story->id;?> |
executionstory->common . $lang->nameAB;?> |
product->name;?> |
story->status;?> |
story->openedBy;?> |
stories as $storyItem):?>
| id;?> |
title;?> |
productTitle;?> |
processStatus('story', $storyItem);?>
|
openedBy);?> |
| idAB;?> |
bug->title;?> |
statusAB;?> |
bug->openedBy;?> |
bug->resolvedBy;?> |
bug->resolution;?> |
bug->lastEditedBy;?> |
bugs as $bug):?>
| id;?> |
title;?> |
processStatus('bug', $bug);?>
|
openedBy);?> |
resolvedBy);?> |
bug->resolutionList[$bug->resolution];?> |
lastEditedBy);?> |
| idAB;?> |
testcase->title;?> |
statusAB;?> |
testcase->openedBy;?> |
testcase->lastEditedBy;?> |
cases as $case):?>
| id;?> |
title;?> |
processStatus('testcase', $case);?>
|
openedBy);?> |
lastEditedBy);?> |