SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteHistoryChangeSet
Represents a single set of changes made to an artifact
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ArtifactId | int | The ID of the artifact being changed | Yes |
ArtifactName | string? | The name of the artifact being changed | |
ArtifactTypeId | int | The id of the type of artifact | Yes |
ArtifactTypeName | string? | The name of the type of artifact | |
ChangeDate | dateTime | The date/time of the change | Yes |
ChangeTypeId | int | The id of the type of change ( Modified = 1, Deleted = 2, Added = 3, Purged = 4, Rollback = 5, Undelete = 6, Imported = 7, Exported = 8, Deleted_Parent = 9, Added_Parent = 10, Purged_Parent = 11, Undelete_Parent = 12 ) | Yes |
ChangeTypeName | string? | The name of the type of change | |
Changes | ArrayOfRemoteHistoryChange? | The collection of field changes in this set | |
HistoryChangeSetId | long | The ID of the change set | Yes |
Meaning | string? | The meaning of the changed if it's a signed changeset | |
ProjectId | int | The ID of the project | Yes |
SignedId | int | Whether this change was signed by an electronic signature ( NotSigned = 1, Valid = 2, Invalid = 3 ) | Yes |
UserFullName | string? | The full name of the user that made the change | |
UserId | int | The ID of the user that made the change | Yes |