Modify ↓
#11631 closed defect (duplicate)
src_attachment_dir is different from real location
Reported by: | Giuseppe Ursino | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | TicketMoverPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I'm trying to use this plugin to move my tickets from different environment.
The ticket move correctly, but attachment files didn't copy.
Indeed in source ticket description it shows "moved to /ticket/XXX", where XXX is the number of ticket; but there isn't the previous url.
Instead in the dest ticekt description it show the correct url.
I also show that if there is an attach, the source and dest description are correct with all url, but the attachment files are not copied.
I saw that the variabile: "src_attachment_dir" was not correct. infact the attachment files has different name.
Example:
src_attachment_dir=/home/trac/prjenv/example/attachments/ticket/44
instead the correct folder is:
/home/trac/prjenv/example/files/attachments/ticket/98f/98fbc42faedc02492397cb5962ea3a3ffc0a9243/6c866e78b757537003000122c1cba5c5fd005815.exe
Attachments (0)
Change History (3)
comment:2 Changed 11 years ago by
Trac Release: | → 1.0 |
---|
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
A duplicate of #11188.
Note: See
TracTickets for help on using
tickets.
My system:
TicketMoverPlugin 0.1.2:
/usr/lib/python2.5/site-packages/!TicketMoverPlugin-0.1.2-py2.5.egg