Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.4 KB

File metadata and controls

28 lines (20 loc) · 1.4 KB

Workflowv3Case

Top-level task (case).

Properties

Name Type Description Notes
altId String Alternate Unique ID. [optional]
artifacts List<String> Array of artifact URLs, i.e. a URL to a report result. [optional]
assignments List<Workflowv3Entity> Entities that the case is assigned to. [optional]
caseId String Unique ID. [optional]
comments List<Workflowv3Comment> Comments - who, when, what. [optional]
dateCreated OffsetDateTime Date created (Scheduled job queue time). [optional]
dateDue OffsetDateTime Date due (Scheduled job next run). [optional]
dateModified OffsetDateTime Date of last update. [optional]
description String Multiline description of the case. [optional]
fullAccess Boolean Access level. [optional]
origin Workflowv3Origin [optional]
priority Workflowv3Priority [optional]
status Workflowv3Status [optional]
tasks List<Workflowv3Task> Sub-tasks that the current user has access to. [optional]
title String Case title (subject). [optional]