enumerations.yml
94 lines
| 1.6 KiB
| text/x-yaml
|
YamlLexer
|
r2781 | --- | ||
enumerations_001: | ||||
name: Uncategorized | ||||
id: 1 | ||||
type: DocumentCategory | ||||
|
r2832 | active: true | ||
|
r2781 | enumerations_002: | ||
name: User documentation | ||||
id: 2 | ||||
type: DocumentCategory | ||||
|
r2832 | active: true | ||
|
r2781 | enumerations_003: | ||
name: Technical documentation | ||||
id: 3 | ||||
type: DocumentCategory | ||||
|
r2832 | active: true | ||
|
r2781 | enumerations_004: | ||
name: Low | ||||
id: 4 | ||||
type: IssuePriority | ||||
|
r2832 | active: true | ||
|
r3459 | position: 1 | ||
|
r2781 | enumerations_005: | ||
name: Normal | ||||
id: 5 | ||||
type: IssuePriority | ||||
is_default: true | ||||
|
r2832 | active: true | ||
|
r3459 | position: 2 | ||
|
r2781 | enumerations_006: | ||
name: High | ||||
id: 6 | ||||
type: IssuePriority | ||||
|
r2832 | active: true | ||
|
r3459 | position: 3 | ||
|
r2781 | enumerations_007: | ||
name: Urgent | ||||
id: 7 | ||||
type: IssuePriority | ||||
|
r2832 | active: true | ||
|
r3459 | position: 4 | ||
|
r2781 | enumerations_008: | ||
name: Immediate | ||||
id: 8 | ||||
type: IssuePriority | ||||
|
r2832 | active: true | ||
|
r3459 | position: 5 | ||
|
r2781 | enumerations_009: | ||
name: Design | ||||
id: 9 | ||||
type: TimeEntryActivity | ||||
|
r3099 | position: 1 | ||
|
r2832 | active: true | ||
|
r2781 | enumerations_010: | ||
name: Development | ||||
id: 10 | ||||
type: TimeEntryActivity | ||||
|
r3099 | position: 2 | ||
|
r2781 | is_default: true | ||
|
r2832 | active: true | ||
|
r2781 | enumerations_011: | ||
name: QA | ||||
id: 11 | ||||
type: TimeEntryActivity | ||||
|
r3099 | position: 3 | ||
|
r2832 | active: true | ||
|
r2781 | enumerations_012: | ||
name: Default Enumeration | ||||
id: 12 | ||||
type: Enumeration | ||||
is_default: true | ||||
|
r2832 | active: true | ||
|
r2781 | enumerations_013: | ||
name: Another Enumeration | ||||
id: 13 | ||||
type: Enumeration | ||||
|
r2832 | active: true | ||
enumerations_014: | ||||
name: Inactive Activity | ||||
id: 14 | ||||
type: TimeEntryActivity | ||||
|
r3099 | position: 4 | ||
|
r2832 | active: false | ||
|
r5950 | enumerations_015: | ||
name: Inactive Priority | ||||
id: 15 | ||||
type: IssuePriority | ||||
position: 6 | ||||
active: false | ||||
|
r5951 | enumerations_016: | ||
name: Inactive Document Category | ||||
id: 16 | ||||
type: DocumentCategory | ||||
active: false | ||||