SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteAssociation
Represents an association/link between artifacts in the system
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ArtifactLinkId | int? | The id of the association/link | |
ArtifactLinkTypeId | int | The type of artifact link (related to, depends-upon, etc.) | Yes |
ArtifactLinkTypeName | string? | The display name of the type of 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 | |
DestArtifactGuid | string? | GUID of the artifact being linked TO | |
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 | |
SourceArtifactGuid | string? | GUID of the artifact being linked FROM | |
SourceArtifactId | int | The artifact id being linked FROM | Yes |
SourceArtifactTypeId | int | The type of artifact being linked FROM | Yes |