Feature #36328
Issue Tab - View Issue and all its descendants
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
Hello,
I need to see an Issue with all its descendants.
Until now the nearest solution I found is filtering by:
"Parent task" "contains" "<root-issue-id>"
However this does not displays (by design) the parent task itself.
Anyone knows a way to reach this goal?
Thank you.
History
#1
Updated by Andrea Valle about 1 year ago
- File parent-child-filter-inclusive.patch
added
I arranged a patch for accomplishing this task.
I added 2 operators to operators_by_filter_type for ":tree" filter type.
- is (inclusive)
- contains (inclusive)
These operators are managed both for "Parent task" filter and "Subtasks" filter.
This path has been developed on redmine tag: 4.2.3
Hope this help.