#-- copyright # OpenProject is a project management system. # Copyright (C) 2012-2017 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: # Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # See doc/COPYRIGHT.rdoc for more details. #++ --- statuses_001: id: 1 name: New is_default: true is_closed: false position: 1 statuses_002: id: 2 name: Assigned is_default: false is_closed: false position: 2 statuses_003: id: 3 name: Resolved is_default: false is_closed: false position: 3 statuses_004: name: Feedback id: 4 is_default: false is_closed: false position: 4 statuses_005: id: 5 name: Closed is_default: false is_closed: true position: 5 statuses_006: id: 6 name: Rejected is_default: false is_closed: true position: 6