Plan interface
Data contract for the plan definition
created |
Identity that created this plan. Defaults to null for records before upgrading to ScaledAgileViewComponent4. |
created |
Date when the plan was created |
description | Description of the plan |
id | Id of the plan |
last |
Date when the plan was last accessed. Default is null. |
modified |
Identity that last modified this plan. Defaults to null for records before upgrading to ScaledAgileViewComponent4. |
modified |
Date when the plan was last modified. Default to CreatedDate when the plan is first created. |
name | Name of the plan |
properties | The PlanPropertyCollection instance associated with the plan. These are dependent on the type of the plan. For example, DeliveryTimelineView, it would be of type DeliveryViewPropertyCollection. |
revision | Revision of the plan. Used to safeguard users from overwriting each other's changes. |
type | Type of the plan |
url | The resource url to locate the plan via rest api |
user |
Bit flag indicating set of permissions a user has to the plan. |
Identity that created this plan. Defaults to null for records before upgrading to ScaledAgileViewComponent4.
createdByIdentity: IdentityRef
Property Value
Date when the plan was created
createdDate: Date
Property Value
Date
Description of the plan
description: string
Property Value
string
Id of the plan
id: string
Property Value
string
Date when the plan was last accessed. Default is null.
lastAccessed: Date
Property Value
Date
Identity that last modified this plan. Defaults to null for records before upgrading to ScaledAgileViewComponent4.
modifiedByIdentity: IdentityRef
Property Value
Date when the plan was last modified. Default to CreatedDate when the plan is first created.
modifiedDate: Date
Property Value
Date
Name of the plan
name: string
Property Value
string
The PlanPropertyCollection instance associated with the plan. These are dependent on the type of the plan. For example, DeliveryTimelineView, it would be of type DeliveryViewPropertyCollection.
properties: any
Property Value
any
Revision of the plan. Used to safeguard users from overwriting each other's changes.
revision: number
Property Value
number
The resource url to locate the plan via rest api
url: string
Property Value
string
Bit flag indicating set of permissions a user has to the plan.
userPermissions: PlanUserPermissions