I've created a task hierarchy in Mylyn that looks something like:
> Category 'A'
> Category 'B'
- Task B.1
- Task B.2
- Subtask B.2.a
- Subtask B.2.b
Now I want to modify the hierarchy so that Subtask B.2.a is a subtask of Task B.1 instead of B.2. Is there a way to do this in the Eclipse Mylyn plugin? I though I could just do a D-n-D but that didn't work. Not sure it matters but for what its worth I'm using Eclipse Mars 4.5.1 on a Ubuntu machine.
Thanks