SpiraPlan: ImportExport 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 |
---|---|---|---|
Active | boolean | Is this release active for the project | Yes |
AvailableEffort | int? | How much effort is still available in the release for planning | |
CreationDate | dateTime | The date the release was originally created | Yes |
CreatorId | int? | The id of the user that created the release | |
CreatorName | string? | What is the full display name of the person who created this release | |
DaysNonWorking | int | How many non-working days are associated with the release | Yes |
Description | string? | The description of the release | |
EndDate | dateTime | What is the end date for the release | Yes |
FullName | string? | The full name and version number of the release combined | |
IndentLevel | string? | 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.) ) | |
Iteration | boolean | Is this an iteration (true) or a release (false) | Yes |
LastUpdateDate | dateTime | The date the release was last modified | Yes |
Name | string? | The name of the release | |
PlannedEffort | int? | What is the estimated planned effort associated with the release | |
ProjectId | int? | The id of the project the release belongs to | |
ReleaseId | int? | The id of the release | |
ResourceCount | int | How many people are working on the release | Yes |
StartDate | dateTime | What is the start date for the release | Yes |
Summary | boolean | Is this release a summary one (i.e. does it have child releases) | Yes |
TaskActualEffort | int? | How much effort was actually expended for all the tasks scheduled for this release | |
TaskCount | int? | How many tasks are scheduled for this release | |
TaskEstimatedEffort | int? | How much effort was estimated for all the tasks scheduled for this release | |
VersionNumber | string? | The version number string of the release |