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
ArtifactIdint The ID of the artifact being changed Yes
ArtifactNamestring? The name of the artifact being changed
ArtifactTypeIdint The id of the type of artifact Yes
ArtifactTypeNamestring? The name of the type of artifact
ChangeDatedateTime The date/time of the change Yes
ChangeTypeIdint 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
ChangeTypeNamestring? The name of the type of change
ChangesArrayOfRemoteHistoryChange? The collection of field changes in this set
HistoryChangeSetIdint The ID of the change set Yes
ProjectIdint The ID of the project Yes
SignedIdint Whether this change was signed by an electronic signature ( NotSigned = 1, Valid = 2, Invalid = 3 ) Yes
UserFullNamestring? The full name of the user that made the change
UserIdint The ID of the user that made the change Yes