-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
I see #866 and #1017 which are related but I currently don't see a solution. If a connection to a service fails, all related tasks are closed. When the connection is restored, the tasks are opened again.
In most cases this works correctly but it's causing issues with the logseq system. When bugwarrior restores the connection, the UUID sometimes changes. This means that it creates a new UUID and does not reopen the previous task but creates a new one.
So if you added tasks or changed the project, that information gets lost.
From my point of view, bugwarrior should leave the tasks as is if it can't connect to the server.