Feature #37623
closedAdd Parent task filter and column to Spent time
0%
Description
Please, add column "Parent Task" to report "Spent Time".
Devs track time to Tasks, Tasks is steps / part of decomposition to Stories. To understand, what time track for what story, i need to open all tracks and can's see it in report
Files
Related issues
Updated by Go MAEDA over 2 years ago
- Related to Feature #17946: time entries report should be able to show parent task added
Updated by Mizuki ISHIKAWA over 2 years ago
- File feature-37623.patch feature-37623.patch added
I have attached a patch.
It supports to columns and filters.
Updated by Micael Broun about 2 years ago
Mizuki ISHIKAWA wrote:
I have attached a patch.
It supports to columns and filters.
Thank you, it's worked!
Updated by Go MAEDA about 2 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 2 years ago
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA over 1 year ago
- File clipboard-202304081540-6ate1.png clipboard-202304081540-6ate1.png added
- File clipboard-202304081542-xcphc.png clipboard-202304081542-xcphc.png added
- File clipboard-202304081559-6d3ie.png clipboard-202304081559-6d3ie.png added
- File 37623-v2.patch added
I made the following changes to the original patch to improve consistency with the issues list:
1. Changed the format of the value of the Parent task column from "#{issue.parent.tracker} ##{issue.parent.id}: #{issue.parent.subject}"
from "#{issue.parent.tracker} ##{issue.parent.id}"
. This is the same format as the value in the issues list.
2. Changed the order of the "Parent task" in the "Available columns". It is now placed after "Tracker" as in the issues list.
3. Put the "Issue's parent task" filter in the "Issue" group in the drop-down list. Before the change, it was not in any group.
Updated by Go MAEDA over 1 year ago
- Subject changed from Add column Parent Task to Spent time report to Add Parent task filter and column to Spent time
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r22177. Thank you.