SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteIncidentResolution
Represents a single incident resolution/comment entry in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| CreationDate | dateTime | The date/time that the comment was added | Yes |
| CreatorId | int? | The id of the user that added the comment ( If no value is specified, the authenticated user is used ) | |
| CreatorName | string? | The display name of the user that added the comment | |
| IncidentId | int | The id of the incident the resolution/comment belongs to | Yes |
| IncidentResolutionId | int? | The id of the incident resolution | |
| Resolution | string? | The text of the resolution/comment |