xlrelease.PlanItem

Default implementation of a CI that provides ID, name and type information.

Type hierarchy: xlrelease.PlanItem > udm.BaseConfigurationItem
Label: Xlrelease: Plan Item
Virtual: true

Properties

Property Kind Description
title String The title of the item.
description String The description of the item.
owner String The owner of the item.
scheduledStartDate Date The date that the item is supposed to start.
dueDate Date The date that the item is supposed to end.
startDate Date The actual start date.
endDate Date The actual end date.
plannedDuration Integer The time that the item is supposed to take to complete, in seconds.
flagStatus Enum Flags indicate that an item needs attention.
flagComment String The reason the item is flagged.
overdueNotified Boolean Overdue Notified

title

The title of the item.

description

The description of the item.

owner

The owner of the item.

scheduledStartDate

The date that the item is supposed to start.

dueDate

The date that the item is supposed to end.

startDate

The actual start date.

endDate

The actual end date.

plannedDuration

The time that the item is supposed to take to complete, in seconds.

flagStatus

Flags indicate that an item needs attention.

flagComment

The reason the item is flagged.

overdueNotified

Overdue Notified