You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enumerations.yml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. ---
  2. enumerations_001:
  3. name: Uncategorized
  4. id: 1
  5. type: DocumentCategory
  6. active: true
  7. position: 1
  8. enumerations_002:
  9. name: User documentation
  10. id: 2
  11. type: DocumentCategory
  12. active: true
  13. position: 2
  14. enumerations_003:
  15. name: Technical documentation
  16. id: 3
  17. type: DocumentCategory
  18. active: true
  19. position: 3
  20. enumerations_004:
  21. name: Low
  22. id: 4
  23. type: IssuePriority
  24. active: true
  25. position: 1
  26. position_name: lowest
  27. enumerations_005:
  28. name: Normal
  29. id: 5
  30. type: IssuePriority
  31. is_default: true
  32. active: true
  33. position: 2
  34. position_name: default
  35. enumerations_006:
  36. name: High
  37. id: 6
  38. type: IssuePriority
  39. active: true
  40. position: 3
  41. position_name: high3
  42. enumerations_007:
  43. name: Urgent
  44. id: 7
  45. type: IssuePriority
  46. active: true
  47. position: 4
  48. position_name: high2
  49. enumerations_008:
  50. name: Immediate
  51. id: 8
  52. type: IssuePriority
  53. active: true
  54. position: 5
  55. position_name: highest
  56. enumerations_009:
  57. name: Design
  58. id: 9
  59. type: TimeEntryActivity
  60. position: 1
  61. active: true
  62. enumerations_010:
  63. name: Development
  64. id: 10
  65. type: TimeEntryActivity
  66. position: 2
  67. is_default: true
  68. active: true
  69. enumerations_011:
  70. name: QA
  71. id: 11
  72. type: TimeEntryActivity
  73. position: 3
  74. active: true
  75. enumerations_012:
  76. name: Default Enumeration
  77. id: 12
  78. type: Enumeration
  79. is_default: true
  80. active: true
  81. position: 1
  82. enumerations_013:
  83. name: Another Enumeration
  84. id: 13
  85. type: Enumeration
  86. active: true
  87. position: 2
  88. enumerations_014:
  89. name: Inactive Activity
  90. id: 14
  91. type: TimeEntryActivity
  92. position: 4
  93. active: false
  94. enumerations_015:
  95. name: Inactive Priority
  96. id: 15
  97. type: IssuePriority
  98. position: 6
  99. active: false
  100. enumerations_016:
  101. name: Inactive Document Category
  102. id: 16
  103. type: DocumentCategory
  104. active: false
  105. position: 4