summaryrefslogtreecommitdiffstats
path: root/test/fixtures/enumerations.yml
blob: 199caeace697440522d04245eeb3c4e609730ac6 (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
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
--- 
enumerations_001: 
  name: Uncategorized
  id: 1
  type: DocumentCategory
  active: true
  position: 1
enumerations_002: 
  name: User documentation
  id: 2
  type: DocumentCategory
  active: true
  position: 2
enumerations_003: 
  name: Technical documentation
  id: 3
  type: DocumentCategory
  active: true
  position: 3
enumerations_004: 
  name: Low
  id: 4
  type: IssuePriority
  active: true
  position: 1
  position_name: lowest
enumerations_005: 
  name: Normal
  id: 5
  type: IssuePriority
  is_default: true
  active: true
  position: 2
  position_name: default
enumerations_006: 
  name: High
  id: 6
  type: IssuePriority
  active: true
  position: 3
  position_name: high3
enumerations_007: 
  name: Urgent
  id: 7
  type: IssuePriority
  active: true
  position: 4
  position_name: high2
enumerations_008: 
  name: Immediate
  id: 8
  type: IssuePriority
  active: true
  position: 5
  position_name: highest
enumerations_009: 
  name: Design
  id: 9
  type: TimeEntryActivity
  position: 1
  active: true
enumerations_010: 
  name: Development
  id: 10
  type: TimeEntryActivity
  position: 2
  is_default: true
  active: true
enumerations_011: 
  name: QA
  id: 11
  type: TimeEntryActivity
  position: 3
  active: true
enumerations_012:
  name: Default Enumeration
  id: 12
  type: Enumeration
  is_default: true
  active: true
  position: 1
enumerations_013:
  name: Another Enumeration
  id: 13
  type: Enumeration
  active: true
  position: 2
enumerations_014: 
  name: Inactive Activity
  id: 14
  type: TimeEntryActivity
  position: 4
  active: false
enumerations_015:
  name: Inactive Priority
  id: 15
  type: IssuePriority
  position: 6
  active: false
enumerations_016:
  name: Inactive Document Category
  id: 16
  type: DocumentCategory
  active: false
  position: 4