-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectReport.html
71 lines (71 loc) · 2.71 KB
/
projectReport.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Project change report | RallyTree</title>
<meta name="description" content="Automation of Rally tree management">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script>__script__</script>
</head>
<body class="ack">
<main>
<h1>RallyTree project change report</h1>
<section class="flex">
<section class="even">
<h2>Results</h2>
<h3>Work items checked</h3>
<p>Total: <span id="total" role="status">0</span></p>
<p>User stories: <span id="storyTotal" role="status">0</span></p>
<p>Test cases: <span id="caseTotal" role="status">0</span></p>
<h3>Changes made</h3>
<p>Total: <span id="changes" role="status">0</span></p>
<p>Project changes: <span id="projectChanges" role="status">0</span></p>
<p>Release changes: <span id="releaseChanges" role="status">0</span></p>
<p>Iteration changes: <span id="iterationChanges" role="status">0</span></p>
<div id="error" class="error" role="alert"></div>
</section>
<section class="odd">
<h2>Tree</h2>
<p>You requested changes to the Rally tree rooted at</p>
<pre>__rootRef__</pre>
</section>
<section class="even">
<h2>New project</h2>
<p>The new project of all user stories, tasks, and test cases in the tree is</p>
<pre>__projectWhich__</pre>
<p class="more">
The new project’s Rally reference is
</p>
<pre>__projectRef__</pre>
</section>
<section class="odd">
<h2>New release</h2>
<p>The new release of all schedulable user stories in the tree is</p>
<pre>__projectRelease__</pre>
<p class="more">
The new release’s Rally reference is
</p>
<pre>__projectReleaseRef__</pre>
</section>
<section class="even">
<h2>New iteration</h2>
<p>The new iteration of all schedulable user stories in the tree is</p>
<pre>__projectIteration__</pre>
<p class="more">
The new iteration’s Rally reference is
</p>
<pre>__projectIterationRef__</pre>
</section>
<section class="odd">
<h2>You</h2>
<p>Your Rally user name is</p>
<pre>__userName__</pre>
<p class="more">Your Rally user reference is</p>
<pre>__userRef__</pre>
</section>
</section>
<p><a href="http://localhost:3000/do.html">Use RallyTree again.</a></p>
</main>
</body>
</html>