Project

General

Profile

Actions

Feature #13054

closed

Add the ability to filter issues on parent task.

Added by Jean-Jacques Mérillon about 11 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

Like filter on "Related to", "Blocks", "Blocked by" ... add a new filter option on Parent task.


Files

ParentTaskFilter.png (43.3 KB) ParentTaskFilter.png Jean-Jacques Mérillon, 2013-02-01 10:54

Related issues

Related to Redmine - Feature #6118: Filter by parent task or subtasksClosedJean-Philippe Lang2010-08-12

Actions
Actions #1

Updated by VD DV over 10 years ago

+1
It would be nice to have this option. This option should not be limited to direct parent/child relationship. Also, multilevel relationships should be possible to filter. For example, filter all issues that are descendants of specified issue.

Proposition of this functionality can be implemented by extending issues table by extra field (eg named ancestors_and_me). This field should contain all issue_id's of all ancestors of current issue (for example 12345), delimited by delimiter(for example '#'), folowed by current issue id (12345).

If ancestors_and_me for example contains this value:
"0009876#0007654#0003456#0012345"
That means that issue with issue_id 0012345 has father with issue_id 0003456, grandfather with issue_id 0007654, and grandgrandfather with issue id 0009876.
Something like this:

0009876

0007654

0003456

0012345

In this way filtering by parent/child relation is matter of simple SQL LIKE query.

Actions #3

Updated by Mischa The Evil over 9 years ago

  • Related to Feature #6118: Filter by parent task or subtasks added
Actions #4

Updated by Go MAEDA about 6 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Filter "Parent task" and "Subtasks" were implemented by #6118 (Redmine 3.1.0).

Actions

Also available in: Atom PDF