@@ -1,155 +1,165 | |||
|
1 | 1 | --- |
|
2 | 2 | custom_fields_001: |
|
3 | 3 | name: Database |
|
4 | 4 | min_length: 0 |
|
5 | 5 | regexp: "" |
|
6 | 6 | is_for_all: true |
|
7 | 7 | is_filter: true |
|
8 | 8 | type: IssueCustomField |
|
9 | 9 | max_length: 0 |
|
10 | 10 | possible_values: |
|
11 | 11 | - MySQL |
|
12 | 12 | - PostgreSQL |
|
13 | 13 | - Oracle |
|
14 | 14 | id: 1 |
|
15 | 15 | is_required: false |
|
16 | 16 | field_format: list |
|
17 | 17 | default_value: "" |
|
18 | 18 | editable: true |
|
19 | position: 2 | |
|
19 | 20 | custom_fields_002: |
|
20 | 21 | name: Searchable field |
|
21 | 22 | min_length: 1 |
|
22 | 23 | regexp: "" |
|
23 | 24 | is_for_all: true |
|
24 | 25 | is_filter: true |
|
25 | 26 | type: IssueCustomField |
|
26 | 27 | max_length: 100 |
|
27 | 28 | possible_values: "" |
|
28 | 29 | id: 2 |
|
29 | 30 | is_required: false |
|
30 | 31 | field_format: string |
|
31 | 32 | searchable: true |
|
32 | 33 | default_value: "Default string" |
|
33 | 34 | editable: true |
|
35 | position: 1 | |
|
34 | 36 | custom_fields_003: |
|
35 | 37 | name: Development status |
|
36 | 38 | min_length: 0 |
|
37 | 39 | regexp: "" |
|
38 | 40 | is_for_all: false |
|
39 | 41 | is_filter: true |
|
40 | 42 | type: ProjectCustomField |
|
41 | 43 | max_length: 0 |
|
42 | 44 | possible_values: |
|
43 | 45 | - Stable |
|
44 | 46 | - Beta |
|
45 | 47 | - Alpha |
|
46 | 48 | - Planning |
|
47 | 49 | id: 3 |
|
48 | 50 | is_required: false |
|
49 | 51 | field_format: list |
|
50 | 52 | default_value: "" |
|
51 | 53 | editable: true |
|
54 | position: 1 | |
|
52 | 55 | custom_fields_004: |
|
53 | 56 | name: Phone number |
|
54 | 57 | min_length: 0 |
|
55 | 58 | regexp: "" |
|
56 | 59 | is_for_all: false |
|
57 | 60 | type: UserCustomField |
|
58 | 61 | max_length: 0 |
|
59 | 62 | possible_values: "" |
|
60 | 63 | id: 4 |
|
61 | 64 | is_required: false |
|
62 | 65 | field_format: string |
|
63 | 66 | default_value: "" |
|
64 | 67 | editable: true |
|
68 | position: 1 | |
|
65 | 69 | custom_fields_005: |
|
66 | 70 | name: Money |
|
67 | 71 | min_length: 0 |
|
68 | 72 | regexp: "" |
|
69 | 73 | is_for_all: false |
|
70 | 74 | type: UserCustomField |
|
71 | 75 | max_length: 0 |
|
72 | 76 | possible_values: "" |
|
73 | 77 | id: 5 |
|
74 | 78 | is_required: false |
|
75 | 79 | field_format: float |
|
76 | 80 | default_value: "" |
|
77 | 81 | editable: true |
|
82 | position: 2 | |
|
78 | 83 | custom_fields_006: |
|
79 | 84 | name: Float field |
|
80 | 85 | min_length: 0 |
|
81 | 86 | regexp: "" |
|
82 | 87 | is_for_all: true |
|
83 | 88 | type: IssueCustomField |
|
84 | 89 | max_length: 0 |
|
85 | 90 | possible_values: "" |
|
86 | 91 | id: 6 |
|
87 | 92 | is_required: false |
|
88 | 93 | field_format: float |
|
89 | 94 | default_value: "" |
|
90 | 95 | editable: true |
|
96 | position: 3 | |
|
91 | 97 | custom_fields_007: |
|
92 | 98 | name: Billable |
|
93 | 99 | min_length: 0 |
|
94 | 100 | regexp: "" |
|
95 | 101 | is_for_all: false |
|
96 | 102 | is_filter: true |
|
97 | 103 | type: TimeEntryActivityCustomField |
|
98 | 104 | max_length: 0 |
|
99 | 105 | possible_values: "" |
|
100 | 106 | id: 7 |
|
101 | 107 | is_required: false |
|
102 | 108 | field_format: bool |
|
103 | 109 | default_value: "" |
|
104 | 110 | editable: true |
|
111 | position: 1 | |
|
105 | 112 | custom_fields_008: |
|
106 | 113 | name: Custom date |
|
107 | 114 | min_length: 0 |
|
108 | 115 | regexp: "" |
|
109 | 116 | is_for_all: true |
|
110 | 117 | is_filter: false |
|
111 | 118 | type: IssueCustomField |
|
112 | 119 | max_length: 0 |
|
113 | 120 | possible_values: "" |
|
114 | 121 | id: 8 |
|
115 | 122 | is_required: false |
|
116 | 123 | field_format: date |
|
117 | 124 | default_value: "" |
|
118 | 125 | editable: true |
|
126 | position: 4 | |
|
119 | 127 | custom_fields_009: |
|
120 | 128 | name: Project 1 cf |
|
121 | 129 | min_length: 0 |
|
122 | 130 | regexp: "" |
|
123 | 131 | is_for_all: false |
|
124 | 132 | is_filter: true |
|
125 | 133 | type: IssueCustomField |
|
126 | 134 | max_length: 0 |
|
127 | 135 | possible_values: "" |
|
128 | 136 | id: 9 |
|
129 | 137 | is_required: false |
|
130 | 138 | field_format: date |
|
131 | 139 | default_value: "" |
|
132 | 140 | editable: true |
|
141 | position: 5 | |
|
133 | 142 | custom_fields_010: |
|
134 | 143 | name: Overtime |
|
135 | 144 | min_length: 0 |
|
136 | 145 | regexp: "" |
|
137 | 146 | is_for_all: false |
|
138 | 147 | is_filter: false |
|
139 | 148 | type: TimeEntryCustomField |
|
140 | 149 | max_length: 0 |
|
141 | 150 | possible_values: "" |
|
142 | 151 | id: 10 |
|
143 | 152 | is_required: false |
|
144 | 153 | field_format: bool |
|
145 | 154 | default_value: 0 |
|
146 | 155 | editable: true |
|
156 | position: 1 | |
|
147 | 157 | custom_fields_011: |
|
148 | 158 | id: 11 |
|
149 | 159 | name: Binary |
|
150 | 160 | type: CustomField |
|
151 | 161 | possible_values: |
|
152 | 162 | - !binary | |
|
153 | 163 | SGXDqWzDp2prc2Tigqw2NTTDuQ== |
|
154 | 164 | - Other value |
|
155 | 165 | field_format: list |
General Comments 0
You need to be logged in to leave comments.
Login now