SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteTask
Represents a single Task artifact in the system
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ActualEffort | int? | The actual effort expended so far (in minutes) for the task | |
CompletionPercent | int | The completion percentage (value = 0-100) of the task as calculated in the system from the remaining effort vs. the original estimated effort. ( Read-Only ) | Yes |
CreationDate | dateTime | The date/time that the task was originally created | Yes |
CreatorId | int? | The id of the user that originally created the task ( If no value is provided, the authenticated user is used instead ) | |
Description | string? | The detailed description of the task | |
EndDate | dateTime? | The scheduled end date for the task | |
EstimatedEffort | int? | The originally estimated effort (in minutes) of the task | |
LastUpdateDate | dateTime | The date/time that the task was last modified ( This field needs to match the values retrieved to ensure data-concurrency ) | Yes |
Name | string? | The name of the task | |
OwnerId | int? | The id of the user that the task is assigned-to | |
OwnerName | string? | The display name of the user who the task is assigned-to ( Read-Only ) | |
ProjectName | string? | The display name of the project the task belongs to ( Read-Only ) | |
ProjectedEffort | int? | The projected actual effort of the task when it is completed ( Read-Only ) | |
ReleaseId | int? | The id of the release/iteration that the task is scheduled for | |
ReleaseVersionNumber | string? | The version number of the release/iteration the task is scheduled for ( Read-Only ) | |
RemainingEffort | int? | The effort remaining as reported by the developer | |
RequirementId | int? | The id of the parent requirement that the task belongs to | |
RequirementName | string? | The name of the requirement that the task is associated with ( Read-Only ) | |
StartDate | dateTime? | The scheduled start date for the task | |
TaskId | int? | The id of the task | |
TaskPriorityId | int? | The id of the priority of the task | |
TaskPriorityName | string? | The display name of the priority of the task ( Read-Only ) | |
TaskStatusId | int | The id of the status of the task | Yes |
TaskStatusName | string? | The display name of the status of the task |