-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtakeReport.html
54 lines (54 loc) · 2.08 KB
/
takeReport.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Ownership 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 ownership change report</h1>
<section class="flex">
<section class="even">
<h2>Results</h2>
<h3>Work items processed</h3>
<p>Total: <span id="total" role="status">0</span></p>
<p>User stories: <span id="storyTotal" role="status">0</span></p>
<p>Tasks: <span id="taskTotal" role="status">0</span></p>
<p>Test cases: <span id="caseTotal" role="status">0</span></p>
<h3>Ownerships changed</h3>
<p>Total: <span id="changes" role="status">0</span></p>
<p>User stories: <span id="storyChanges" role="status">0</span>
<p>Tasks: <span id="taskChanges" role="status">0</span></p>
<p>Test cases: <span id="caseChanges" 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 owner</h2>
<p>The new owner of all user stories, tasks, and test cases in the tree is</p>
<pre>__takeWhoName__</pre>
<p class="more">
The new owner’s Rally user reference is
</p>
<pre>__takeWhoRef__</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>