Sync-created tasks should be added to the watch list automatically #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When
next-forgejo synccreates a task from a Forgejo issue, the task is not added to the plugin watch list. This means the hook is never fired when the task changes, so closing a task does not immediately close the corresponding Forgejo issue — it only happens on the next periodic sync.Expected behaviour
Tasks created by
next-forgejo syncshould be automatically watched by thenext-forgejoplugin, so that the hook fires immediately when the task is updated (e.g. marked done) and the change is pushed to Forgejo without waiting for the next sync cycle.Current behaviour
Sync-created tasks are not watched. The only way to propagate a status change back to Forgejo is to run
next-forgejo syncmanually or wait for the periodic sync.