RedmineIssueList » History » Version 27
Go MAEDA, 2017-12-24 14:57
Updated screenshots
1 | 10 | Mischa The Evil | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Jean-Philippe Lang | h1. The issue list |
4 | |||
5 | 7 | Mischa The Evil | h2. Overview |
6 | |||
7 | 22 | Go MAEDA | The issue list provides a way to look at issues for a project. |
8 | 19 | Felix Schäfer | |
9 | 27 | Go MAEDA | !{border: 1px solid #ccc}.issuelist_overview.png! |
10 | 7 | Mischa The Evil | |
11 | 3 | Jean-Philippe Lang | h2. Applying and saving filters |
12 | |||
13 | 25 | Go MAEDA | The issue list displays open issues by default. By setting the filter you can change the condition of the issues to be listed. Standard and [[RedmineCustomFields|custom fields]] can be used as filters. Once the filters are set, click on !/images/true.png! to refresh the issue list. Click on !/images/reload.png! to clear the filters. |
14 | 3 | Jean-Philippe Lang | |
15 | 27 | Go MAEDA | !{width: 771px; border: 1px solid #ccc}.applied_issuelist_filters@2x.png! |
16 | 8 | Mischa The Evil | |
17 | 26 | Go MAEDA | It is possible to select multiple values at once for a specified field by pressing the !http://www.redmine.org/images/bullet_toggle_plus.png! button. This will convert the drop-down menu in a selection list. In order to add to the selection list, use the Ctrl key (Windows) / ⌘ key (macOS) on your keyboard. |
18 | 16 | Tom Rochette | |
19 | 27 | Go MAEDA | !{width: 582px; border: 1px solid #ccc}.redmine-multiple-selection@2x.png! |
20 | 16 | Tom Rochette | |
21 | h3. Custom queries |
||
22 | |||
23 | 24 | Go MAEDA | Filters you built can be saved as custom queries. And you can apply the saved filters with a single click. |
24 | |||
25 | 3 | Jean-Philippe Lang | Custom queries can be saved by clicking on !/images/save.png!. |
26 | A form lets you give it a name and select the columns that you want to be displayed on the issue list for this query (both standard and [[RedmineCustomFields|custom fields]] can be displayed). Checking the *public* attribute will make the query visible to everyone, otherwise only you will see the query. |
||
27 | 8 | Mischa The Evil | |
28 | 27 | Go MAEDA | !{width: 1000px; border: 1px solid #ccc}.ext_newquery@2x.png! |
29 | 1 | Jean-Philippe Lang | |
30 | 11 | Mischa The Evil | Once saved, the query is listed in the [[RedmineIssueList#Sidebar|sidebar]]. |
31 | 3 | Jean-Philippe Lang | |
32 | 27 | Go MAEDA | !{width: 300px; border: 1px solid #ccc}.custom_queries_sidebar@2x.png! |
33 | 9 | Mischa The Evil | |
34 | 1 | Jean-Philippe Lang | h2. Shortcut menu |
35 | |||
36 | 6 | Jean-Philippe Lang | A context menu pops up when right clicking (ALT + Left click for Opera users) on an issue of the issue list. |
37 | 1 | Jean-Philippe Lang | This menu offers several shortcuts to quickly edit, reprioritize, reassign, copy, move or delete the issue. |
38 | |||
39 | 27 | Go MAEDA | !{width: 400px; border: 1px solid #ccc}.shortcut_menu@2x.png! |
40 | 4 | Jean-Philippe Lang | |
41 | 5 | Jean-Philippe Lang | Note that you have to *right-click outside of the issue link*, otherwise the browser's default context menu is displayed. |
42 | |||
43 | 4 | Jean-Philippe Lang | h2. Bulk editing issues |
44 | |||
45 | From the issue list, you can bulk edit/move/delete issues by selecting multiple issues and then right-click on the selection. |
||
46 | 27 | Go MAEDA | Issues can be selected either by using the checkboxes or by clicking on the rows with Control or Shift key pressed. |
47 | 4 | Jean-Philippe Lang | You can also use the little tick at the upper-left corner of the list to select/unselect all the issues. |
48 | |||
49 | 27 | Go MAEDA | !{width: 775px; border: 1px solid #ccc}.bulk-edit@2x.png! |
50 | 11 | Mischa The Evil | |
51 | h2. Sidebar |
||
52 | |||
53 | 13 | Mischa The Evil | !>sidebar.jpg! The contextual sidebar on the right of the issue list provides links to several different things: |
54 | 11 | Mischa The Evil | * a quicklink to the default issuelist without any other filters applied (thus only open issues), which is useful when you are looking at a custom query and want to get back to the default issue list |
55 | 15 | Mischa The Evil | * a link to the [[RedmineIssueSummary|issue summary]], which is a report of all the issues at a project-level (in contrast to the [[RedmineVersion|version overview]] which provides an overview at version-level) |
56 | 21 | Manuel Becerra | * a link to the [[RedmineIssueChangelog|change log]], which provides a project-level overview of all closed *and* targeted issues, sorted per target-versions |
57 | 11 | Mischa The Evil | * links to several levels of custom queries: |
58 | ** global (cross-project) queries |
||
59 | *** public queries |
||
60 | *** private queries |
||
61 | ** current-project's queries |
||
62 | *** public queries |
||
63 | *** private queries |
||
64 | 12 | Mischa The Evil | * depending on the [[RedmineProjectSettings|project settings]] it also shows a planning section with links to: |
65 | ** the [[RedmineCalendar|calendar]] |
||
66 | 18 | Gordon Sun | ** the [[RedmineGantt|gantt]] chart |