xlrelease.Phase

A phase in a release that contains tasks.

Type hierarchy: xlrelease.Phase > xlrelease.PlanItem > udm.BaseConfigurationItem
Label: Xlrelease: Phase

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
tasks List of xlrelease.Task (contained) The list of tasks in this phase.
release xlrelease.Release (parent) The release this phase belongs to.
status Enum The state the phase is in.
color String The color of the phase top bar in the UI. Format: #(hex value); for example ‘#009CDB’
originId String If given, then this phase has been copied as a part of restart phase operation based on this id

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

tasks

The list of tasks in this phase.

release

The release this phase belongs to.

status

The state the phase is in.

color

The color of the phase top bar in the UI. Format: #(hex value); for example ‘#009CDB’

originId

If given, then this phase has been copied as a part of restart phase operation based on this id