Need help with VueMinder Pro or Ultimate? Ask your questions here.
-
mihal.v
- Posts: 59
- Joined: Sat Oct 13, 2012 5:16 am
Post
by mihal.v » Wed Jan 29, 2014 1:21 pm
I have this structure of tasks:
Code: Select all
-TASK:
-- todo 1 (subtask)
-- todo 2 (subtask)
-- todo 3 (subtask)
I want to insert subtask to have this:
Code: Select all
-TASK:
-- Subtask
--- todo 1 (subtask)
--- todo 2 (subtask)
--- todo 3 (subtask)
To do this I create Subtask of TASK, in Subtasks click "Add existing" and choose todo 1 ... todo 3 and then click "Save and Close".
But as a result I have this:
Code: Select all
-todo 1 (subtask)
-todo 2 (subtask)
-todo 3 (subtask)
-TASK:
-- Subtask
To get the structure that I want I need to open Subtask and add subtasks one more time.
-
VueSoft
- Dan Chartrand
- Posts: 3901
- Joined: Sat Aug 23, 2008 12:39 am
- Location: St. Louis, Missouri, USA
-
Contact:
Post
by VueSoft » Thu Jan 30, 2014 1:00 am
Hi mihal.v, in the Task List, click and drag the "todo 1-3" tasks into task row that should be the parent task. That's the easiest method of making one task a subtask of another.
You could also do this by opening each task and clicking the "Related Tasks" tab. Select the desired parent task from the "Parent task" drop-down list.
Does that help?
Dan Chartrand, Founder
VueSoft LLC | St. Louis, Missouri, USA
-
mihal.v
- Posts: 59
- Joined: Sat Oct 13, 2012 5:16 am
Post
by mihal.v » Thu Jan 30, 2014 1:11 pm
Yes, thanks