Skip to main content

Workitems

Properties

NameTypeDescriptionNotes
id(optional) stringID of the work item[default to undefined]
requesterId(optional) stringID of the requester[default to undefined]
requesterDisplayName(optional) stringThe displayname of the requester[default to undefined]
ownerId(optional) stringThe ID of the owner[default to undefined]
ownerName(optional) stringThe name of the owner[default to undefined]
created(optional) stringTime when the work item was created[default to undefined]
modified(optional) stringTime when the work item was last updated[default to undefined]
description(optional) stringThe description of the work item[default to undefined]
state(optional) Workitemstatemanualworkitems[default to undefined]
type(optional) Workitemtypemanualworkitems[default to undefined]
remediationItems(optional) Array<Remediationitemdetails>A list of remediation items[default to undefined]
approvalItems(optional) Array<Approvalitemdetails>A list of items that need to be approved[default to undefined]
name(optional) stringThe work item name[default to undefined]
completed(optional) stringThe time at which the work item completed[default to undefined]
numItems(optional) numberThe number of items in the work item[default to undefined]
form(optional) WorkitemsForm[default to undefined]
errors(optional) Array<string>An array of errors that ocurred during the work item[default to undefined]