-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRallyDev-TBD.txt
60 lines (48 loc) · 1.81 KB
/
RallyDev-TBD.txt
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
--------------------------------------------------------------------------------
RallyDev - BurnDown report
--------------------------------------------------------------------------------
* Add a new field to Rally to track the "Initial Planned" (Decimal: Initial Plan)
Q: Across all workspaces ?
Estimate 1/2 (d)
Res: http://sandbox.rallydev.com/
CustomView -> Options:
- Share View
- Set as default
- https://help.rallydev.com/customize-your-workspace#configuring%20workspace%20units
* Customize a grid to allow editing this field (Close to Plan. Estimate (Built-in);
Q: Across all workspaces ?
Estimate 1/2 (d)
Res: http://sandbox.rallydev.com/
* Create a Cross-tab report to sum the "Initial Plan" per:
- Epics;
- Iteration;
- Release;
Estimate: 15 d
Res: http://demo.rasc.ch/eds/extjs42/pivotgrid/pivot.html
TBD:
Alex
- download "Pivot.js"
Doru
- answer.json with all HLT User stories on 4.90 Rel.
* Create a simple app to allow planning epics across iterations
Estimate: 5 d
POC -> a window dialog
------------------------------------
<Release > <Epic> => Create US / Iteration
------------------------------------
Initial Plan
------------------------------------
Iteration 1 [ 23 ]
Iteration 2 [ 12 ]
Iteration 3 [ ]
Iteration 4 [ ]
Iteration 5 [ ]
------------------------------------
<OK>
Logic:
If "Initial Plan" > 0 && not exist US/Iteration with Parent Epic1
- clone Epic to Iteration
- change Initial Plan to <Value>
else:
- find US on selected iteration with Parent epic1
- change planned value to <value>