SpiraPlan: SoapService 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 |
---|---|---|---|
ActualEffort | int? | The actual effort (in minutes) it took to resolve the incident (integer) | |
ClosedDate | dateTime? | The date that the incident was closed (date-time) | |
CompletionPercent | int | The completion percentage (value = 0-100) of the incident as calculated in the system from the remaining effort vs. the original estimated effort. (integer) ( Read-Only ) | Yes |
ComponentIds | ArrayOfint? | The list of components that this incident belongs to (array of integers) | |
CreationDate | dateTime? | The date/time that the incident was originally created ( If no value is provided, the current date/time on the server is used (date-time) ) | |
Description | string? | The description of the incident (string) | |
DetectedBuildId | int? | The id of the build that the incident was detected in (integer) | |
DetectedBuildName | string? | The name of the build that the incident was detected in (string) | |
DetectedReleaseGuid | string? | The guid of the Detected release | |
DetectedReleaseId | int? | The id of the release/iteration that the incident was detected in (integer) | |
DetectedReleaseVersionNumber | string? | The version number of the release/iteration that the incident was detected in (string) | |
EndDate | dateTime? | The date that work is scheduled to finish on the incident (date-time) | |
EstimatedEffort | int? | The estimated effort (in minutes) to resolve the incident (integer) | |
FixedBuildId | int? | The id of the build that the incident was fixed in (integer) | |
FixedBuildName | string? | The name of the build that the incident was fixed in (string) | |
IncidentId | int? | The id of the incident (integer) | |
IncidentStatusId | int? | The id of the status of the incident (integer) ( If no value is provided, the default status for the workflow is used ) | |
IncidentStatusName | string? | The display name of the status of the incident (string) | |
IncidentStatusOpenStatus | boolean? | Is the incident in an 'open' status or not? | |
IncidentTypeId | int? | The id of the type of the incident (integer) ( If no value is provided, the default type for the project is used ) | |
IncidentTypeName | string? | The display name of the type of the incident (string) | |
LastUpdateDate | dateTime | The date/time that the incident was last modified (date-time) | Yes |
Name | string? | The name of the incident (string) | |
OpenerGuid | string? | The guid of the opener. | |
OpenerId | int? | The id of the user who detected the incident (integer) ( If a value is not provided, the authenticated user is used ) | |
OpenerName | string? | The display name of the user that detected the incident (string) | |
OwnerGuid | string? | The guid of the owner. | |
OwnerId | int? | The id of the user to the incident is assigned-to (integer) | |
OwnerName | string? | The display name of the user that the incident is assigned to (string) | |
PriorityId | int? | The id of the priority of the incident (integer) | |
PriorityName | string? | The display name of the priority of the incident (string) | |
ProjectName | string? | The display name of the project the incident belongs to (string) | |
ProjectedEffort | int? | The projected actual effort of the incident when it is completed (integer) ( Read-Only ) | |
RemainingEffort | int? | The effort remaining as reported by the developer | |
ResolvedReleaseGuid | string? | The guid of the Resolved release | |
ResolvedReleaseId | int? | The id of the release/iteration that the incident will be fixed in (integer) | |
ResolvedReleaseVersionNumber | string? | The version number of the release/iteration that the incident will be resolved in (string) | |
SeverityId | int? | The id of the severity of the incident (integer) | |
SeverityName | string? | The display name of the severity of the incident (string) | |
StartDate | dateTime? | The date that work started on the incident (date-time) | |
TestRunStepIds | ArrayOfint? | The id of the test run steps that the incident relates to (integer) | |
VerifiedReleaseGuid | string? | The guid of the Verified release | |
VerifiedReleaseId | int? | The id of the release/iteration that the incident was retested in (integer) | |
VerifiedReleaseVersionNumber | string? | The version number of the release/iteration that the incident was retested in (string) |