SpiraPlan: ImportExport SOAP Web Service

See all operations

RemoteIncident

Represents a single Incident 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 (in minutes) it took to resolve the incident
ClosedDatedateTime? The date that the incident was closed
CompletionPercentint The completion percentage (value = 0-100) of the incident as calculated in the system from the remaining effort vs. the original estimated effort. ( Read-Only ) Yes
CreationDatedateTime? The date/time that the incident was originally created ( If no value is provided, the current date/time on the server is used )
Descriptionstring? The description of the incident
DetectedReleaseIdint? The id of the release/iteration that the incident was detected in
DetectedReleaseVersionNumberstring? The version number of the release/iteration that the incident was detected in
EstimatedEffortint? The estimated effort (in minutes) to resolve the incident
FixedBuildIdint? The id of the build that the incident was fixed in
FixedBuildNamestring? The name of the build that the incident was fixed in
IncidentIdint? The id of the incident
IncidentStatusIdint? The id of the status of the incident ( If no value is provided, the default status for the workflow is used )
IncidentStatusNamestring? The display name of the status of the incident
IncidentStatusOpenStatusboolean? Is the incident in an 'open' status or not?
IncidentTypeIdint? The id of the type of the incident ( If no value is provided, the default type for the project is used )
IncidentTypeNamestring? The display name of the type of the incident
LastUpdateDatedateTime The date/time that the incident was last modified ( This field needs to match the values retrieved to ensure data-concurrency ) Yes
Namestring? The name of the incident
OpenerIdint? The id of the user who detected the incident ( If a value is not provided, the authenticated user is used )
OpenerNamestring? The display name of the user that detected the incident
OwnerIdint? The id of the user to the incident is assigned-to
OwnerNamestring? The display name of the user that the incident is assigned to
PriorityIdint? The id of the priority of the incident
PriorityNamestring? The display name of the priority of the incident
ProjectNamestring? The display name of the project the incident belongs to
ProjectedEffortint? The projected actual effort of the incident when it is completed ( Read-Only )
RemainingEffortint? The effort remaining as reported by the developer
ResolvedReleaseIdint? The id of the release/iteration that the incident will be fixed in
ResolvedReleaseVersionNumberstring? The version number of the release/iteration that the incident will be resolved in
SeverityIdint? The id of the severity of the incident
SeverityNamestring? The display name of the severity of the incident
StartDatedateTime? The date that work started on the incident
TestRunStepIdint? The id of the test run step that the incident relates to
VerifiedReleaseIdint? The id of the release/iteration that the incident was retested in
VerifiedReleaseVersionNumberstring? The version number of the release/iteration that the incident was retested in