xlrelease.Release

A release or template.

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

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
rootReleaseId String Root Release Id
maxConcurrentReleases Integer The maximum number of concurrent releases that can be started by Create Release tasks
releaseTriggers List of xlrelease.ReleaseTrigger (contained) The triggers that may start a release from a template. (Templates only)
teams List of xlrelease.Team (contained) The teams configured on the release.
memberViewers List of string Member Viewers
roleViewers List of string Role Viewers
attachments List of xlrelease.Attachment (contained) File attachments of the release.
phases List of xlrelease.Phase (contained) The list of phases in the release.
queryableStartDate Date Queryable Start Date
queryableEndDate Date Queryable End Date
realFlagStatus Enum The calculated flag status, derived from the flags from the release and its tasks.
status Enum The state the release is in.
tags List of string The tags of the release. Tags can be used for grouping and querying.
variables List of xlrelease.Variable (contained) List of variable CIs representing variables in this release or template
calendarLinkToken String Calendar Link Token
calendarPublished Boolean Calendar Published
tutorial Boolean Tutorial
abortOnFailure Boolean Releases automatically abort when a task fails if this property is set to true.
allowConcurrentReleasesFromTrigger Boolean If set to false, a trigger can’t create a release if the previous one it created is still running.
originTemplateId String The ID of the template that created this release.
runningTriggeredReleasesCount Integer Running Triggered Releases Count
createdFromTrigger Boolean True if release was created by a trigger.
scriptUsername String The credentials of this user are used to run automated scripts in this release.
scriptUserPassword Password The password of the user that lends his credentials to run the scripts.
extensions List of xlrelease.ReleaseExtension (contained) Extensions of this release, e.g. ‘Release contents dashboard’
startedFromTaskId String The Create Release task from which this release was created, if any
autoStart Boolean If true, the release will automatically start at scheduledStartDate.
automatedResumeCount Integer Automated Resume Count
abortComment String The comment to associate with the action
riskProfile xlrelease.RiskProfile Risk profile used in risk calculations
riskScore String Risk score
totalRiskScore String Total risk score

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

rootReleaseId

Root Release Id

maxConcurrentReleases

The maximum number of concurrent releases that can be started by Create Release tasks

releaseTriggers

The triggers that may start a release from a template. (Templates only)

teams

The teams configured on the release.

memberViewers

Member Viewers

roleViewers

Role Viewers

attachments

File attachments of the release.

phases

The list of phases in the release.

queryableStartDate

Queryable Start Date

queryableEndDate

Queryable End Date

realFlagStatus

The calculated flag status, derived from the flags from the release and its tasks.

status

The state the release is in.

tags

The tags of the release. Tags can be used for grouping and querying.

variables

List of variable CIs representing variables in this release or template

calendarLinkToken

Calendar Link Token

calendarPublished

Calendar Published

tutorial

Tutorial

abortOnFailure

Releases automatically abort when a task fails if this property is set to true.

allowConcurrentReleasesFromTrigger

If set to false, a trigger can’t create a release if the previous one it created is still running.

originTemplateId

The ID of the template that created this release.

runningTriggeredReleasesCount

Running Triggered Releases Count

createdFromTrigger

True if release was created by a trigger.

scriptUsername

The credentials of this user are used to run automated scripts in this release.

scriptUserPassword

The password of the user that lends his credentials to run the scripts.

extensions

Extensions of this release, e.g. ‘Release contents dashboard’

startedFromTaskId

The Create Release task from which this release was created, if any

autoStart

If true, the release will automatically start at scheduledStartDate.

automatedResumeCount

Automated Resume Count

abortComment

The comment to associate with the action

riskProfile

Risk profile used in risk calculations

riskScore

Risk score

totalRiskScore

Total risk score

Hidden properties

Property Kind Description
maxAutomatedResumes Integer The maximum number of automatic release resumes performed during phase restarts.

maxAutomatedResumes

The maximum number of automatic release resumes performed during phase restarts.