update_task_status
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
update_task_status has 43 facts recorded in Dontopedia across 4 references, with 6 live disagreements.
Mostly:calls(4), rdf:type(3), parameter(2)
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.
calledFunctionCalled Function(2)
- Example Update 1
ex:example-update-1 - Example Update 2
ex:example-update-2
callsCalls(1)
- Batch Update Section
ex:batch-update-section
containsContains(1)
- Code Section
ex:code-section
includesStepIncludes Step(1)
- Workflow
ex:workflow
step3Step3(1)
- Workflow Sequence
ex:workflow-sequence
Other facts (41)
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.
| Predicate | Value | Ref |
|---|---|---|
| Calls | jira.issue | [1] |
| Calls | get_transition_id | [1] |
| Calls | jira.transition_issue | [1] |
| Calls | Get Transition Id Function | [1] |
| Rdf:type | Function | [1] |
| Rdf:type | Function | [2] |
| Rdf:type | Function | [4] |
| Parameter | task_key | [1] |
| Parameter | desired_status | [1] |
| Calls Jira Method | jira.issue | [1] |
| Calls Jira Method | jira.transition_issue | [1] |
| Has Parameter | Task Key Parameter | [3] |
| Has Parameter | Desired Status Parameter | [3] |
| Has Parameter | task_id | [4] |
| Has Parameter | new_status | [4] |
| Function Name | update_task_status | [1] |
| Handles Condition | Transition Not Found | [1] |
| Call Sequence | Retrieve Issue Then Transition | [1] |
| Conditional Logic | If Transition Id Exists | [1] |
| Error Message | No transition found for status {desired_status} for task {task_key}. | [1] |
| Success Message | Task {task_key} has been updated to {desired_status}. | [1] |
| Assigns Variable | Task Object | [1] |
| Error Formatted Message | No transition found for status {desired_status} for task {_key}. | [1] |
| Success Formatted Message | Task {task_key} has been updated to {desired_status}. | [1] |
| Variable Assignment | Transition Id | [1] |
| Error Handling | Transition Not Found Case | [1] |
| Variable Scope | Local Task Variable | [1] |
| Purpose | update-status-of-single-task | [2] |
| Called by | Batch Update Section | [2] |
| Modifies | Dataframe | [4] |
| Outputs | Print Action 3 | [4] |
| Performs Update | Dataframe | [4] |
| Produces Output | Print Action 3 | [4] |
| Uses Loc Indexing | Dataframe | [4] |
| Condition for Update | Task ID == task_id | [4] |
| Parameter Count | 2 | [4] |
| First Parameter | task_id | [4] |
| Second Parameter | new_status | [4] |
| Uses String Formatting | true | [4] |
| String Format Type | f-string | [4] |
| Mutates State | true | [4] |
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/e5218fb2-a466-48f8-8209-d277039a43b1- full textbeam-chunktext/plain1 KB
doc:beam/e5218fb2-a466-48f8-8209-d277039a43b1Show excerpt
Here's an example of how you can batch update multiple task statuses using the Jira API: ### Example Code ```python from jira import JIRA # Initialize Jira client jira = JIRA(server="https://my-jira-server.com", basic_auth=("username", "…
ctx:claims/beam/ec897f01-0c79-42e9-afd8-66e2e9ded48cctx:claims/beam/14ff5052-2d44-4e08-8aa9-69aa3c2755ccctx:claims/beam/3d384d6c-2266-42af-a831-71384dd8fe1b- full textbeam-chunktext/plain1 KB
doc:beam/3d384d6c-2266-42af-a831-71384dd8fe1bShow excerpt
'Task Name': ['Evaluate Pipeline 1', 'Evaluate Pipeline 2', 'Evaluate Pipeline 3', 'Evaluate Pipeline 4', 'Evaluate Pipeline 5'], 'Status': ['To-Do', 'In Progress', 'Done', 'To-Do', 'In Progress'], 'Priority': ['High', 'Medium',…
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.