summaryrefslogtreecommitdiffstats
path: root/test/fixtures/custom_fields.yml
blob: fcf52c17a255b02be83f3540bf5f37a6567adaca (plain)
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
--- 
custom_fields_001: 
  name: Database
  min_length: 0
  regexp: ""
  is_for_all: false
  type: IssueCustomField
  max_length: 0
  possible_values: MySQL|PostgreSQL|Oracle
  id: 1
  is_required: false
  field_format: list
custom_fields_002: 
  name: Build
  min_length: 1
  regexp: ""
  is_for_all: true
  type: IssueCustomField
  max_length: 10
  possible_values: ""
  id: 2
  is_required: false
  field_format: string
custom_fields_003: 
  name: Development status
  min_length: 0
  regexp: ""
  is_for_all: false
  type: ProjectCustomField
  max_length: 0
  possible_values: Stable|Beta|Alpha|Planning
  id: 3
  is_required: true
  field_format: list
custom_fields_004: 
  name: Phone number
  min_length: 0
  regexp: ""
  is_for_all: false
  type: UserCustomField
  max_length: 0
  possible_values: ""
  id: 4
  is_required: false
  field_format: string