SpiraPlan: SoapService 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
ActualEffortint? The actual effort expended so far (in minutes) for the task
CompletionPercentint 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
ComponentIdint? The id of the component that this task belongs to ( Read-only )
CreationDatedateTime The date/time that the task was originally created Yes
CreatorIdint? The id of the user that originally created the task ( If no value is provided, the authenticated user is used instead )
Descriptionstring? The detailed description of the task
EndDatedateTime? The scheduled end date for the task
EstimatedEffortint? The originally estimated effort (in minutes) of the task
LastUpdateDatedateTime The date/time that the task was last modified ( This field needs to match the values retrieved to ensure data-concurrency ) Yes
Namestring? The name of the task
OwnerIdint? The id of the user that the task is assigned-to
OwnerNamestring? The display name of the user who the task is assigned-to ( Read-Only )
ProjectNamestring? The display name of the project the task belongs to ( Read-Only )
ProjectedEffortint? The projected actual effort of the task when it is completed ( Read-Only )
ReleaseIdint? The id of the release/iteration that the task is scheduled for
ReleaseVersionNumberstring? The version number of the release/iteration the task is scheduled for ( Read-Only )
RemainingEffortint? The effort remaining as reported by the developer
RequirementIdint? The id of the parent requirement that the task belongs to
RequirementNamestring? The name of the requirement that the task is associated with ( Read-Only )
StartDatedateTime? The scheduled start date for the task
TaskFolderIdint? The of the folder the task is stored in (null for root)
TaskIdint? The id of the task
TaskPriorityIdint? The id of the priority of the task
TaskPriorityNamestring? The display name of the priority of the task ( Read-Only )
TaskStatusIdint The id of the status of the task Yes
TaskStatusNamestring? The display name of the status of the task
TaskTypeIdint The id of the type of the task Yes
TaskTypeNamestring? The display name of the type of the task