SpiraPlan: SoapService SOAP Web Service

See all operations

RemoteRelease

Represents a single Release or Iteration artifact in the system

Although the fields refer to Release, they are the same fields for an Iteration

Base Classes

This class extends the following base classes:

Properties

The following properties are provided directly by this class:

Name Type Description Required
Activeboolean Is this release active for the project Yes
AvailableEffortint? How much effort is still available in the release for planning
CountBlockedint The count of blocked test cases in this release Yes
CountCautionint The count of caution test cases in this release Yes
CountFailedint The count of failed test cases in this release Yes
CountNotApplicableint The count of N/A test cases in this release Yes
CountNotRunint The count of not run test cases in this release Yes
CountPassedint The count of passed test cases in this release Yes
CreationDatedateTime The date the release was originally created Yes
CreatorIdint? The id of the user that created the release
CreatorNamestring? What is the full display name of the person who created this release
DaysNonWorkingint How many non-working days are associated with the release Yes
Descriptionstring? The description of the release
EndDatedateTime What is the end date for the release Yes
FullNamestring? The full name and version number of the release combined
IndentLevelstring? The indentation level of the artifact ( The system uses a set of three-letter segments to denote indent (e.g. AAA followed by AAB, etc.) )
LastUpdateDatedateTime The date the release was last modified Yes
Namestring? The name of the release
OwnerIdint? The id of the user that the release is assigned to
OwnerNamestring? The name of the user that the release is assigned to
PlannedEffortint? What is the estimated planned effort associated with the release
ReleaseIdint? The id of the release
ReleaseStatusIdint The status of the release ( Planned = 1, InProgress = 2, Completed = 3, Closed = 4, Deferred = 5, Cancelled = 6 ) Yes
ReleaseStatusNamestring? The display name for the release status
ReleaseTypeIdint The type of the release ( MajorRelease = 1, MinorRelease = 2, Iteration = 3, Phase = 4 ) Yes
ReleaseTypeNamestring? The display name for the release type
ResourceCountint How many people are working on the release Yes
StartDatedateTime What is the start date for the release Yes
Summaryboolean Is this release a summary one (i.e. does it have child releases) Yes
TaskActualEffortint? How much effort was actually expended for all the tasks scheduled for this release
TaskCountint? How many tasks are scheduled for this release
TaskEstimatedEffortint? How much effort was estimated for all the tasks scheduled for this release
VersionNumberstring? The version number string of the release