-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkanban.ini
120 lines (120 loc) · 2.68 KB
/
kanban.ini
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[prioIcons]
High = "icon15"
TBD = "icon5"
Medium = "icon16"
Low = "icon17"
[jobColors]
Bug = "rgb(252, 57, 73)"
TBD = "rgb(55, 70, 179)"
FeatureRequest = "rgb(154, 53, 185)"
DesignBug = "rgb(4, 156, 220)"
[allowedColumnMap]
UNCONFIRMED[] = "---"
UNCONFIRMED[] = "Backlog"
UNCONFIRMED[] = "Archive"
UNCONFIRMED[] = "Limbo"
UNCONFIRMED[] = "Ready"
UNCONFIRMED[] = "Development?Doing"
UNCONFIRMED[] = "Development?Done"
UNCONFIRMED[] = "Build?Doing"
UNCONFIRMED[] = "Build?Done"
UNCONFIRMED[] = "Testing"
UNCONFIRMED[] = "Ready for Release"
OPEN[] = "---"
OPEN[] = "Backlog"
OPEN[] = "Archive"
OPEN[] = "Limbo"
OPEN[] = "Ready"
OPEN[] = "Development?Doing"
OPEN[] = "Development?Done"
OPEN[] = "Build?Doing"
OPEN[] = "Build?Done"
OPEN[] = "Testing"
OPEN[] = "Ready for Release"
ANALYZED[] = "---"
ANALYZED[] = "Backlog"
ANALYZED[] = "Archive"
ANALYZED[] = "Limbo"
ANALYZED[] = "Ready"
ANALYZED[] = "Development?Doing"
ANALYZED[] = "Development?Done"
ANALYZED[] = "Build?Doing"
ANALYZED[] = "Build?Done"
ANALYZED[] = "Testing"
ANALYZED[] = "Ready for Release"
SUSPENDED[] = "---"
SUSPENDED[] = "Backlog"
SUSPENDED[] = "Archive"
SUSPENDED[] = "Limbo"
SUSPENDED[] = "Ready"
SUSPENDED[] = "Development?Doing"
SUSPENDED[] = "Development?Done"
SUSPENDED[] = "Build?Doing"
SUSPENDED[] = "Build?Done"
SUSPENDED[] = "Testing"
SUSPENDED[] = "Ready for Release"
RESOLVED[] = "---"
RESOLVED[] = "Backlog"
RESOLVED[] = "Archive"
RESOLVED[] = "Limbo"
RESOLVED[] = "Ready"
RESOLVED[] = "Development?Doing"
RESOLVED[] = "Development?Done"
RESOLVED[] = "Build?Doing"
RESOLVED[] = "Build?Done"
RESOLVED[] = "Testing"
RESOLVED[] = "Ready for Release"
VERIFIED[] = "---"
VERIFIED[] = "Backlog"
VERIFIED[] = "Archive"
VERIFIED[] = "Limbo"
VERIFIED[] = "Ready"
VERIFIED[] = "Development?Doing"
VERIFIED[] = "Development?Done"
VERIFIED[] = "Build?Doing"
VERIFIED[] = "Build?Done"
VERIFIED[] = "Testing"
VERIFIED[] = "Ready for Release"
CLOSED[] = "---"
CLOSED[] = "Backlog"
CLOSED[] = "Archive"
CLOSED[] = "Limbo"
CLOSED[] = "Ready"
CLOSED[] = "Development?Doing"
CLOSED[] = "Development?Done"
CLOSED[] = "Build?Doing"
CLOSED[] = "Build?Done"
CLOSED[] = "Testing"
CLOSED[] = "Ready for Release"
[defaultColumnMap]
UNCONFIRMED = "Backlog"
OPEN = "Backlog"
ANALYZED = "Backlog"
SUSPENDED = "Limbo"
RESOLVED = "Development?Doing"
VERIFIED = "Testing"
CLOSED = "Archive"
[limitWIP]
Backlog = "0"
Archive = "0"
Limbo = "0"
Ready = "3"
Development?Doing = "0"
Development?Done = "0"
Build?Doing = "0"
Build?Done = "0"
Testing = "0"
Ready for Release = "0"
Development = "0"
Build = "0"
[colDivChar]
colDivChar = "?"
[tabColumns]
tabColumns[] = "Backlog"
tabColumns[] = "Archive"
tabColumns[] = "Limbo"
[adminIds]
adminIds[] = "1"
adminIds[] = "10"
[theme]
theme = "black-tie"