SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteComment
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| ArtifactId | int | The artifact ID that this comment belongs to. | Yes |
| CommentId | int? | The unique ID for this comment / artifact type. | |
| CreationDate | dateTime? | The date and time the comment was made. | |
| Guid | string? | The unique identifier for the artifact | |
| IsDeleted | boolean | Whether the comment was marked for deletion or hidden. ( Not currently used, should remain false. ) | Yes |
| IsPermanent | boolean | Whether the comment can be deleted or is a permanent one | Yes |
| Text | string? | The text of the comment. | |
| UserGuid | string? | The user guid. ( The authenticated user is used if no value provided ) | |
| UserId | int? | The userID of the author. ( The authenticated user is used if no value provided ) | |
| UserName | string? | The full name of the author. |