Edgewall Software

Ticket #926: customalign.ini

File customalign.ini, 2.0 KB (added by pkou <pkou at ua.fm>, 8 years ago)

Example [ticket-custom] setup for trac.ini

Line 
1[ticket-custom]
2platform         = select
3platform.order   = 1
4platform.label   = Platform
5platform.options = |Intel P4|Intel XEON|AMD Athlon 64|Other
6platform.class   = col1custom
7
8operating_system         = select
9operating_system.order   = 2
10operating_system.label   = O/S
11operating_system.options = |Linux 2.4|Linux 2.6|FreeBSD 4.1|FreeBSD 5.3|Other
12
13distributive         = select
14distributive.order   = 3
15distributive.label   = Distributive
16distributive.options = Standard|Customized|Other
17
18detected_at         = select
19detected_at.order   = 11
20detected_at.label   = Detected at
21detected_at.options = |QA Env|Client Env|Development|Sales|Demo
22detected_at.class   = col2custom
23
24phase         = select
25phase.order   = 12
26phase.label   = Phase
27phase.options = |Requirements|Design|Construction|Transition|Support
28
29activity         = select
30activity.order   = 13
31activity.label   = Activity
32activity.options = |Review|Build|Deploy|Test|Document
33
34planned_fix_time       = text
35planned_fix_time.order = 21
36planned_fix_time.label = Planned fix time
37planned_fix_time.class = col1custom
38
39actual_fix_time       = text
40actual_fix_time.order = 22
41actual_fix_time.label = Actual fix time
42
43planned_test_time       = text
44planned_test_time.order = 23
45planned_test_time.label = Planned test time
46planned_test_time.class = col2custom
47
48actual_test_time       = text
49actual_test_time.order = 24
50actual_test_time.label = Actual test time
51
52flag1       = checkbox
53flag1.order = 31
54flag1.label = CCB Review Passed
55flag1.value = 0
56flag1.class = custom
57
58flag2       = checkbox
59flag2.order = 32
60flag2.label = Development Team Review Passed
61flag2.value = 0
62
63flag3       = checkbox
64flag3.order = 33
65flag3.label = QA Team Review Passed
66flag3.value = 0
67
68flag4       = checkbox
69flag4.order = 34
70flag4.label = Release Management Team Review Passed
71flag4.value = 0
72
73release_notes       = textarea
74release_notes.order = 40
75release_notes.label = Release Notes
76release_notes.cols  = 76
77release_notes.rows  = 3
78release_notes.class = custom