kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
185 lines
3.4 KiB
185 lines
3.4 KiB
11 years ago
|
#-- copyright
|
||
|
# OpenProject is a project management system.
|
||
10 years ago
|
# Copyright (C) 2012-2015 the OpenProject Foundation (OPF)
|
||
11 years ago
|
#
|
||
|
# This program is free software; you can redistribute it and/or
|
||
|
# modify it under the terms of the GNU General Public License version 3.
|
||
|
#
|
||
11 years ago
|
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
|
||
|
# Copyright (C) 2006-2013 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.
|
||
|
#
|
||
11 years ago
|
# See doc/COPYRIGHT.rdoc for more details.
|
||
|
#++
|
||
|
|
||
14 years ago
|
---
|
||
|
queries_001:
|
||
15 years ago
|
id: 1
|
||
|
project_id: 1
|
||
|
is_public: true
|
||
|
name: Multiple custom fields query
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
|
cf_1:
|
||
|
:values:
|
||
15 years ago
|
- MySQL
|
||
|
:operator: "="
|
||
14 years ago
|
status_id:
|
||
|
:values:
|
||
15 years ago
|
- "1"
|
||
|
:operator: o
|
||
14 years ago
|
cf_2:
|
||
|
:values:
|
||
15 years ago
|
- "125"
|
||
|
:operator: "="
|
||
|
|
||
|
user_id: 1
|
||
14 years ago
|
column_names:
|
||
|
queries_002:
|
||
15 years ago
|
id: 2
|
||
|
project_id: 1
|
||
|
is_public: false
|
||
|
name: Private query for cookbook
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
11 years ago
|
type_id:
|
||
14 years ago
|
:values:
|
||
15 years ago
|
- "3"
|
||
|
:operator: "="
|
||
14 years ago
|
status_id:
|
||
|
:values:
|
||
15 years ago
|
- "1"
|
||
|
:operator: o
|
||
|
|
||
|
user_id: 3
|
||
14 years ago
|
column_names:
|
||
|
queries_003:
|
||
15 years ago
|
id: 3
|
||
14 years ago
|
project_id:
|
||
15 years ago
|
is_public: false
|
||
|
name: Private query for all projects
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
11 years ago
|
type_id:
|
||
14 years ago
|
:values:
|
||
15 years ago
|
- "3"
|
||
|
:operator: "="
|
||
|
|
||
|
user_id: 3
|
||
14 years ago
|
column_names:
|
||
|
queries_004:
|
||
15 years ago
|
id: 4
|
||
14 years ago
|
project_id:
|
||
15 years ago
|
is_public: true
|
||
|
name: Public query for all projects
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
11 years ago
|
type_id:
|
||
14 years ago
|
:values:
|
||
15 years ago
|
- "3"
|
||
|
:operator: "="
|
||
|
|
||
|
user_id: 2
|
||
14 years ago
|
column_names:
|
||
|
queries_005:
|
||
15 years ago
|
id: 5
|
||
14 years ago
|
project_id:
|
||
15 years ago
|
is_public: true
|
||
11 years ago
|
name: Open issues by priority and type
|
||
15 years ago
|
filters: |
|
||
14 years ago
|
---
|
||
|
status_id:
|
||
|
:values:
|
||
15 years ago
|
- "1"
|
||
|
:operator: o
|
||
|
|
||
|
user_id: 1
|
||
14 years ago
|
column_names:
|
||
15 years ago
|
sort_criteria: |
|
||
14 years ago
|
---
|
||
15 years ago
|
- - priority
|
||
|
- desc
|
||
11 years ago
|
- - type
|
||
15 years ago
|
- asc
|
||
14 years ago
|
queries_006:
|
||
15 years ago
|
id: 6
|
||
14 years ago
|
project_id:
|
||
15 years ago
|
is_public: true
|
||
11 years ago
|
name: Open issues grouped by type
|
||
15 years ago
|
filters: |
|
||
14 years ago
|
---
|
||
|
status_id:
|
||
|
:values:
|
||
15 years ago
|
- "1"
|
||
|
:operator: o
|
||
|
|
||
|
user_id: 1
|
||
14 years ago
|
column_names:
|
||
11 years ago
|
group_by: type
|
||
15 years ago
|
sort_criteria: |
|
||
14 years ago
|
---
|
||
15 years ago
|
- - priority
|
||
|
- desc
|
||
14 years ago
|
queries_007:
|
||
15 years ago
|
id: 7
|
||
|
project_id: 2
|
||
|
is_public: true
|
||
|
name: Public query for project 2
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
11 years ago
|
type_id:
|
||
14 years ago
|
:values:
|
||
15 years ago
|
- "3"
|
||
|
:operator: "="
|
||
|
|
||
|
user_id: 2
|
||
14 years ago
|
column_names:
|
||
|
queries_008:
|
||
15 years ago
|
id: 8
|
||
|
project_id: 2
|
||
|
is_public: false
|
||
|
name: Private query for project 2
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
11 years ago
|
type_id:
|
||
14 years ago
|
:values:
|
||
15 years ago
|
- "3"
|
||
|
:operator: "="
|
||
|
|
||
|
user_id: 2
|
||
14 years ago
|
column_names:
|
||
|
queries_009:
|
||
15 years ago
|
id: 9
|
||
14 years ago
|
project_id:
|
||
15 years ago
|
is_public: true
|
||
|
name: Open issues grouped by list custom field
|
||
|
filters: |
|
||
14 years ago
|
---
|
||
|
status_id:
|
||
|
:values:
|
||
15 years ago
|
- "1"
|
||
|
:operator: o
|
||
|
|
||
|
user_id: 1
|
||
14 years ago
|
column_names:
|
||
15 years ago
|
group_by: cf_1
|
||
|
sort_criteria: |
|
||
14 years ago
|
---
|
||
15 years ago
|
- - priority
|
||
|
- desc
|
||
16 years ago
|
|