Skip to content

Logseq items are closed when in DOING state #1173

@wimvinckier

Description

@wimvinckier

When a logseq block is set to DOING, the item seems to be closed in taskwarrior.

Steps to reproduce:

  1. add a new TODO block to logseq and run bugwarrior pull
  2. change the block to DOING and start the task in taskwarrior by running task start $JOBID with $JOBID the newly created task in taskwarrior. The command task active shows this task as active.
  3. run bugwarrior pull again. The task will be closed in taskwarrior and a new task will be created.
    With LOGSEQUUID set to the UUID of the block in logseq,  task logsequuid:${LOGSEQUUID} all will show two items.

taskwarrior: v2.6.2
bugwarrior: 2.0.0.post0 (rev 768c90f )

logseq configuration in bugwarrior:

[logseq]
service = logseq
logseq.token = XXXXXX
logseq.add_tags = logseq
# 2025-11-21 Trying to use the labels as tags
#            Currently they aren't there anymore
logseq.import_labels_as_tags = True
logseq.task_state = DOING, NOW, IN-PROGRESS, TODO, LATER
logseq.description_template = [logseq] {{logseqtitle|replace(":","")}}
logseq.inline_links = False
logseq.char_open_link = <
logseq.char_close_link = >
logseq.char_open_bracket = (
logseq.char_close_bracket = )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions