You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case is an import where only the ticket number and the owner is given. But the import failed. It is not obvious whether this was with an update of an existing ticket or with the creation of a new ticket.
In this case the feature Ticket::Type was presumably not activated. Ticket::Type was checked when presenting the list of fallback values. So no fallback could be defined. But the feature was not checked when updating the ticket. An error occurred during the import because the type wasn't available from either the import data or from the fallback options.
The error would likely not have occurred if "Empty fields indicate that the current values are kept" had been activated. This setting is recommended when doing imports that should only update specific values.
For fixing this, I enhanced the checks for the three optional features: Ticket::Type, Ticket::Responsible, and Ticket::Service. This should also be a contribution to solving #1 .
The use case is an import where only the ticket number and the owner is given. But the import failed. It is not obvious whether this was with an update of an existing ticket or with the creation of a new ticket.
The text was updated successfully, but these errors were encountered: