SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteCustomProperty
Represents a single project custom property configuration entry
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| Alias | string? | The display name for the custom property | |
| ArtifactTypeId | int | The artifact type that the custom property is for | Yes |
| CustomList | RemoteCustomList? | The associated custom list if this is a list custom property ( Leave as null if this is for a text custom property ) | |
| CustomPropertyId | int | The id of the custom property | Yes |
| CustomPropertyName | string? | The internal system name of the custom property (e.g. TEXT_01) | |
| CustomPropertyTypeId | int? | The type of custom property (Text = 1, List = 2) | |
| CustomPropertyTypeName | string? | The display name of the type of custom property | |
| ProjectId | int | The project the custom property belongs to | Yes |