RedmineIssueList » History » Version 23
Go MAEDA, 2017-12-24 09:22
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 | 7 | Mischa The Evil | !issuelist_overview.jpg! |
10 | |||
11 | 3 | Jean-Philippe Lang | h2. Applying and saving filters |
12 | |||
13 | 23 | Go MAEDA | The issue list displays open issues by default. By setting the filter you can change the condition of the ticket 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 | 1 | Jean-Philippe Lang | !applied_issuelist_filters.jpg! |
16 | 8 | Mischa The Evil | |
17 | 23 | 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 on your keyboard. |
18 | 16 | Tom Rochette | |
19 | !redmine-multiple-selection.png! |
||
20 | |||
21 | h3. Custom queries |
||
22 | |||
23 | 3 | Jean-Philippe Lang | Custom queries can be saved by clicking on !/images/save.png!. |
24 | 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. |
||
25 | 8 | Mischa The Evil | |
26 | !ext_newquery.jpg! |
||
27 | 1 | Jean-Philippe Lang | |
28 | 11 | Mischa The Evil | Once saved, the query is listed in the [[RedmineIssueList#Sidebar|sidebar]]. |
29 | 3 | Jean-Philippe Lang | |
30 | 23 | Go MAEDA | !custom_queries_sidebar.jpg! |
31 | 9 | Mischa The Evil | |
32 | 1 | Jean-Philippe Lang | h2. Shortcut menu |
33 | |||
34 | 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. |
35 | 1 | Jean-Philippe Lang | This menu offers several shortcuts to quickly edit, reprioritize, reassign, copy, move or delete the issue. |
36 | |||
37 | !shortcut_menu.png! |
||
38 | 4 | Jean-Philippe Lang | |
39 | 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. |
40 | |||
41 | 4 | Jean-Philippe Lang | h2. Bulk editing issues |
42 | |||
43 | From the issue list, you can bulk edit/move/delete issues by selecting multiple issues and then right-click on the selection. |
||
44 | 14 | Mischa The Evil | Issue can be selected either by using the checkboxes or by clicking on the rows with Control or Shift key pressed. |
45 | 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. |
46 | |||
47 | 1 | Jean-Philippe Lang | !bulk-edit.png! |
48 | 11 | Mischa The Evil | |
49 | h2. Sidebar |
||
50 | |||
51 | 13 | Mischa The Evil | !>sidebar.jpg! The contextual sidebar on the right of the issue list provides links to several different things: |
52 | 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 |
53 | 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) |
54 | 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 |
55 | 11 | Mischa The Evil | * links to several levels of custom queries: |
56 | ** global (cross-project) queries |
||
57 | *** public queries |
||
58 | *** private queries |
||
59 | ** current-project's queries |
||
60 | *** public queries |
||
61 | *** private queries |
||
62 | 12 | Mischa The Evil | * depending on the [[RedmineProjectSettings|project settings]] it also shows a planning section with links to: |
63 | ** the [[RedmineCalendar|calendar]] |
||
64 | 18 | Gordon Sun | ** the [[RedmineGantt|gantt]] chart |