Ticket #6753 (assigned defect)
bugzilla2trac.py: attachment.isobsolete has to be ignored
| Reported by: | mbertheau@… | Owned by: | jruigrok |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11-retriage |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This property is per-attachment in bugzilla, but the script imports it per-ticket. A change of the isobsolete field of two attachments at the same time in bugzilla will lead to a unique constraint violation on the trac side, causing the import to fail.
Adding the field to IGNORED_ACTIVITY_FIELDS solves the problem and allows the import to continue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


