Feature #10922
closedAllow tracker only for Subtask
0%
Description
It would be great if Redmine allows for creating new Tracker only when it is a Subtask (ideally when this Subtask's Parent is a particular Tracker).
This would allow for creating Tracker's hierarchy: for example - I have a Tracker "Activity", which consist of several steps that have to be done in order to complete "Activity". Let's call them "Step 1" and "Step 2". Then "Step 1" and "Step 2" cannot be created as top-level task (Tracker) and cannot be assigned to Top-level tracker other than "Activity". We obtain:
- Issue Tracker: "Activity"; Status: "New"; Subject: "Some important activity"
- Issue Tracker: "Step 1"; Status: "In Progress"; Subject: "Very important step"
- Issue Tracker: "Step 1"; Status: "New"; Subject: "Another important step"
Kind regards
Related issues
Updated by Ivan Yiu over 11 years ago
I need this feature too. Management want to identify what kind of tracker is consider as "major" and other for "minor"
Updated by Domingo Galdos over 10 years ago
Make Parent Task a required field on the child trackers and you can achieve a lot of what you want already (although not tying certain "child trackers" to other "parent trackers"), may be good enough for your projects
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
As Domingo Galdos wrote in #10922#note-2, you can get it by setting "Parent task" field of the tracker to "Required" on "Fields permissions" tab in "Workflow" page.
Updated by Go MAEDA almost 7 years ago
- Related to Feature #3521: Permissions for roles to change fields per tracker/status added