blob: f1deb9a30b3a223d704a0c7551a94181d9188869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Issue: a90ad11f
CreatedBy: Andrew Chilton <andychilton@gmail.com>
Inserted: 2008-07-02T12:40:07
Updated: 2008-07-02T12:42:18
Nigel suggested on IRC of using the example .cil file in the manpage if wanting a default file:
StatusStrict: 1
StatusAllowedList: New
StatusAllowedList: InProgress
StatusAllowedList: Finished
StatusOpenList: New
StatusOpenList: InProgress
StatusClosedList: Finished
LabelStrict: 1
LabelAllowedList: Type-Enhancement
LabelAllowedList: Type-Defect
LabelAllowedList: Priority-High
LabelAllowedList: Priority-Medium
LabelAllowedList: Priority-Low
Maybe a 'DefaultAssignedTo' in the .cil file might help.
|