mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 lines
404 B
YAML
22 lines
404 B
YAML
---
|
|
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
|