SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteAssociation
Represents an association/link between artifacts in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| ArtifactLinkId | int? | The id of the association/link | |
| Comment | string? | A comment that describes the association in more detail | |
| CreationDate | dateTime? | The date/time the association was created | |
| CreatorId | int? | The user creating the association/link ( If not specified, the authenticated user is used ) | |
| CreatorName | string? | The display name of the user that created the association/link | |
| DestArtifactId | int | The artifact id being linked TO | Yes |
| DestArtifactName | string? | The display name of the artifact being linked to | |
| DestArtifactTypeId | int | The type of artifact being linked TO | Yes |
| DestArtifactTypeName | string? | The display name of the type of artifact being linked to | |
| SourceArtifactId | int | The artifact id being linked FROM | Yes |
| SourceArtifactTypeId | int | The type of artifact being linked FROM | Yes |