SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteHistoryChange
Represents a single change made to a field
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| ArtifactFieldId | int? | The id of the artifact field if this was a standard field that was changed (NULL = custom property) | |
| ChangeSet | RemoteHistoryChangeSet? | The changeset information | |
| ChangeSetId | long | The id of the change set this belongs to | Yes |
| CustomPropertyId | int? | The id of the custom property if this was a custom property that was changed (NULL = standard field) | |
| FieldCaption | string? | The display name of either the standard field or the custom property | |
| FieldName | string? | The system name of either the standard field or the custom property | |
| HistoryChangeId | long | The id of the change | Yes |
| NewValue | string? | The new value of the field serialized as a string | |
| OldValue | string? | The old value of the field serialized as a string |