I may have answered my own question!I see inside: https://trac.edgewall.org/browser/branches/1.4-stable/contrib/workflow/migrate_original_to_basic.pyThat the following SQL statement will likely be all that I need:UPDATE ticket SET status = 'accepted' WHERE status = 'assigned'Can someone confirm please?Kindly,Aikido Guy
Alternatively, I see that [ticket-workflow] allows state.label = value to be used. Are there any situations where the label is not used? It seems like using accepted.label = in_progress might be the simplest approach...