Project

General

Profile

Actions

Feature #5130

closed

Configurable columns in related tasks section

Added by Nikolay Kotlyarov about 15 years ago. Updated 4 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2010-03-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

Related tasks section in an issue view has predefined columns now.
There must be a way to configure which columns to display for different users.

For example, if i want to see "assigned_to" and "category" fields of related issues,
i must use a workaround like editing "app\views\issues\_relations.rhtml":

<td><%= relation.other_issue(@issue).category %></td>
<td><%=h relation.other_issue(@issue).subject %></td>
<td><%= relation.other_issue(@issue).assigned_to %></td>
<td><%= relation.other_issue(@issue).status.name %></td>
Implementation
  • It would be nice to have an "options" in the related issues section of an issue,
    which should be similar to "Options" in "Issues" tab view.
    With that you can configure which columns to display(including custom fields) and the order of the columns.
  • Also there must be a way to configure the defaults for this view somewhere in "Administration".

Related issues

Related to Redmine - Feature #11969: Subtask display fieldsClosed

Actions
Is duplicate of Redmine - Feature #42477: Configurable columns for the lists of child and related issuesClosedGo MAEDA

Actions
Actions #1

Updated by Jean-Philippe Lang about 15 years ago

  • Tracker changed from Defect to Feature
Actions #2

Updated by Deon Joubert about 14 years ago

I love it. It allowed me to "hack" our instance of Redmine to give us the related issue's category in stead of its project.

Actions #3

Updated by Marius BĂLTEANU over 6 years ago

Actions #4

Updated by Marco Shima 6 months ago

+1

Actions #5

Updated by Go MAEDA 4 days ago

  • Status changed from New to Closed
  • Assignee deleted (Jean-Philippe Lang)
  • Resolution set to Duplicate

The upcoming Redmine 6.1.0 will include a feature to configure default columns for related issues and subtasks.
Please see #42477 for more details.

Actions #6

Updated by Go MAEDA 4 days ago

  • Is duplicate of Feature #42477: Configurable columns for the lists of child and related issues added
Actions

Also available in: Atom PDF