TASK-123
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
TASK-123 has 10 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:rdf:type(4), has desired status(2), assigned to(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
assignedToTaskAssigned to Task(1)
- Alice
ex:alice
assignsTaskAssigns Task(1)
- Task Assignment
ex:task-assignment
containsContains(1)
- Tasks Array
ex:tasks-array
containsElementContains Element(1)
- Tasks and Statuses Variable
ex:tasks-and-statuses-variable
hasMemberHas Member(1)
- Tasks Array
ex:tasks-array
hasTaskKeyHas Task Key(1)
- Task 123 in Progress Pair
ex:TASK-123-InProgress-pair
Other facts (9)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (4)
ctx:claims/beam/3119929b-7715-416d-a7a4-963c7bfbf2f0- full textbeam-chunktext/plain1 KB
doc:beam/3119929b-7715-416d-a7a4-963c7bfbf2f0Show excerpt
issue.update(fields={'assignee': {'name': assignee}}) print(f"Task {task_key} assigned to {assignee}") except Exception as e: print(f"Failed to assign task {task_key}: {str(e)}") # Initialize Jira client jira_cl…
ctx:claims/beam/d2b5cd7d-66b9-41f2-b7bb-bb1b5bd7397e- full textbeam-chunktext/plain1 KB
doc:beam/d2b5cd7d-66b9-41f2-b7bb-bb1b5bd7397eShow excerpt
tasks = ["TASK-123", "TASK-124", "TASK-125"] desired_status = "In Progress" for task_key in tasks: task = jira.issue(task_key) transitions = jira.transitions(task) transition_id = None for transition in transitions: …
ctx:claims/beam/ec897f01-0c79-42e9-afd8-66e2e9ded48cctx:claims/beam/8f81b50b-0c7a-4900-a90d-4ddf75c547b8- full textbeam-chunktext/plain1 KB
doc:beam/8f81b50b-0c7a-4900-a90d-4ddf75c547b8Show excerpt
[Turn 6449] Assistant: Yes, you can update both the status and the description of tasks in a batch using the Jira API. You can achieve this by modifying the task attributes and then updating the task in a single API call. Here's an example…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.