Opened 14 years ago
Closed 12 years ago
#8409 closed enhancement (worksforme)
Support import nested task automatically
Reported by: | okamototk | Owned by: | François Granade |
---|---|---|---|
Priority: | normal | Component: | TicketImportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I use tracsubticket and ticket import plugin.
I would like to create subtask automatically by indent. For example.
summary | .. |
Account Management | ... |
Design AM | |
Coding AM | |
Test AM | |
Cart UI | ... |
Design Cart | |
Coding Cart | |
Test Cart |
I wrote the patch to treat indented task as child task of low level indented task. In above example Design AM,Coding AM,Test AM are subtasks of Account Management.
If you prefer, take the patch.
best regards,
Takashi Okamoto
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | subticket-suppot-for-trunk.patch added |
---|
comment:1 Changed 14 years ago by
The patch seems missing changes to importer.py...
Also, maybe it would be good to also patch the "preview" processor to show the user what/if the parent will be imported as parent (at least have a message that says it ?)
comment:2 Changed 14 years ago by
Finally, could you create a test for your changes ? it's *relatively* easy to create a test, see http://trac-hacks.org/ticket/7812#comment:6 for some details (tell me if you need any more help)
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
support nested task by indent