https://ns.adobe.com/experience/workfront/optask
Operational Task related fields
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | adobe/experience/workfront/opTask.schema.json |
{
"workfront:opTask": {
"workfront:opTaskType": "ISSUE",
"workfront:storyPoints": 5
}
}
Property | Type | Required | Defined by |
---|---|---|---|
workfront:opTask | object |
Optional | Workfront Opperational Task Attributes (this schema) |
* |
any | Additional | this schema allows additional properties |
workfront:opTask
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
workfront:actualCompletionTimestamp |
string | Optional |
workfront:actualDurationMinutes |
number | Optional |
workfront:actualStartTimestamp |
string | Optional |
workfront:assignedToEmployeeID |
string | Optional |
workfront:condition |
string | Optional |
workfront:description |
string | Optional |
workfront:iterationID |
string | Optional |
workfront:opTaskType |
string | Optional |
workfront:ownerEmployeeID |
string | Optional |
workfront:percentComplete |
number | Optional |
workfront:plannedCompletionTimestamp |
string | Optional |
workfront:plannedStartTimestamp |
string | Optional |
workfront:priority |
string | Optional |
workfront:status |
string | Optional |
workfront:storyPoints |
number | Optional |
workfront:teamID |
string | Optional |
workfront:actualCompletionTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
workfront:actualDurationMinutes
- is optional
- type:
number
number
workfront:actualStartTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
workfront:assignedToEmployeeID
- is optional
- type:
string
string
workfront:condition
- is optional
- type:
string
string
workfront:description
- is optional
- type:
string
string
workfront:iterationID
- is optional
- type:
string
string
workfront:opTaskType
- is optional
- type:
string
string
workfront:ownerEmployeeID
- is optional
- type:
string
string
workfront:percentComplete
- is optional
- type:
number
number
workfront:plannedCompletionTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
workfront:plannedStartTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
workfront:priority
- is optional
- type:
string
string
workfront:status
- is optional
- type:
string
string
workfront:storyPoints
- is optional
- type:
number
number
workfront:teamID
- is optional
- type:
string
string