summaryrefslogtreecommitdiffstats
path: root/test/fixtures/trackers.yml
blob: 41602a78f46ca36b21d43f81d9ee0ec8f5c05e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 
trackers_001: 
  name: Bug
  id: 1
  is_in_chlog: true
  default_status_id: 1
  position: 1
  description: Description for Bug tracker
trackers_002: 
  name: Feature request
  id: 2
  is_in_chlog: true
  default_status_id: 1
  position: 2
  description: Description for Feature request tracker
trackers_003: 
  name: Support request
  id: 3
  is_in_chlog: false
  default_status_id: 1
  position: 3