Skip to main content
Update the details of a case. Note: The request must include at least one of the following fields: Status, Verdict, or Assignee User ID. Required permission to run this action: cases:update.
External DocumentationTo learn more, visit the Artemis documentation.

Parameters

ParameterDescription
Assignee User IDThe user ID of the new assignee assigned to the case.
Case IDThe ID of the case to update. Can be obtained by the List Cases action.
StatusSelect the new status for the case.
VerdictSelect the new verdict for the case.
Verdict ReasonThe new verdict reason of the case.

Example Output

{
	"case_id": "case-9f8a7b6c",
	"message": "Case updated"
}

Workflow Library Example

Update Case with Artemis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop