Update Task
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Update Task has 39 facts recorded in Dontopedia across 2 references, with 6 live disagreements.
Mostly:calls(4), has parameter(3), rdfs:label(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdfs:labelin disputerdfs:label
Rdf:typein disputerdf:type
Called byin disputecalledBy
- Batch Update[1]sourceall time · E6b11307 3e64 4b02 98cf 93e657fe571b
- Batch Update[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Callsin disputecalls
- Get Transition Id[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
- Jira.issue[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
- Jira.transition Issue[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
- Task.update[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Has Parameterin disputehasParameter
Uses Methodin disputeusesMethod
- Jira.transition Issue[1]sourceall time · E6b11307 3e64 4b02 98cf 93e657fe571b
- Task.update[1]sourceall time · E6b11307 3e64 4b02 98cf 93e657fe571b
Execution OrderexecutionOrder
- 1. Get transition ID, 2. Update description, 3. Apply transition[2]all time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Defined AfterdefinedAfter
- Get Transition Id[2]all time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Sequencesequence
- 1. Retrieve transition ID, 2. Update description, 3. Apply transition if found[2]all time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Catchescatches
- Jira Error[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Executes on Transition Not FoundexecutesOnTransitionNotFound
- true[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Executes on Transition FoundexecutesOnTransitionFound
- true[2]sourceall time · 8ed7786b 7df9 407f Bbf4 62656e1ca824
Inbound mentions (17)
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.
calledByCalled by(4)
- Get Transition Id
ex:get_transition_id - Jira.issue
ex:jira.issue - Jira.transition Issue
ex:jira.transition_issue - Task.update
ex:task.update
callsCalls(2)
- Batch Update
ex:batch-update - Batch Update
ex:batch_update
containsContains(2)
- Batch Update
ex:batch_update - Code
ex:code
usedInUsed in(2)
- Jira.transition Issue
ex:jira.transition_issue - Task.update
ex:task.update
caughtByCaught by(1)
- Jira Error
ex:JIRAError
containsFunctionContains Function(1)
- Code Snippet
ex:code snippet
definedBeforeDefined Before(1)
- Get Transition Id
ex:get_transition_id
executedAfterExecuted After(1)
- Batch Update
ex:batch_update
executedBeforeExecuted Before(1)
- Get Transition Id
ex:get_transition_id
invokesInvokes(1)
- Batch Update
ex:batch_update
sequenceSequence(1)
- Batch Update
ex:batch-update
Other facts (18)
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 |
|---|---|---|
| Prints Error Message | true | [2] |
| Prints Not Found Message | true | [2] |
| Prints Success Message | true | [2] |
| Conditionally Calls | Jira.transition Issue | [2] |
| Invokes | Get Transition Id | [2] |
| Reads Attribute | Task.fields.summary | [2] |
| Preserves Attribute | summary | [2] |
| Updates Attribute | description | [2] |
| Executed After | Get Transition Id | [2] |
| Prints on Error | Failed to update task {task_key}: {e.text} | [2] |
| Catches Exception | JIRAError | [2] |
| Prints on No Transition | No transition found for status {desired_status} for task {task_key}. | [2] |
| Prints on Success | Task {task_key} has been updated to {desired_status} with new description. | [2] |
| Checks If Transition Id Exists | transition_id | [2] |
| Enclosed in Try Block | true | [2] |
| Parameters | task_id, status, description | [1] |
| Scope | single task | [1] |
| Purpose | update both status and description of a single task | [1] |
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 (2)
- custom
ctx:claims/beam/e6b11307-3e64-4b02-98cf-93e657fe571b- full textbeam-chunktext/plain1 KB
doc:beam/e6b11307-3e64-4b02-98cf-93e657fe571bShow excerpt
- Define a function `update_task` to update both the status and the description of a single task. - Use `task.update` to update the description. - Use `jira.transition_issue` to transition the task to the desired status. 5. **Batc…
- custom
ctx:claims/beam/8ed7786b-7df9-407f-bbf4-62656e1ca824- full textbeam-chunktext/plain1 KB
doc:beam/8ed7786b-7df9-407f-bbf4-62656e1ca824Show excerpt
def get_transition_id(issue, desired_status): transitions = jira.transitions(issue) for transition in transitions: if transition['name'] == desired_status: return transition['id'] return None def update_task…
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.