SpiraPlan: ImportExport SOAP Web Service
See all operations
CustomProperty_UpdateDefinition
Description
Updates a custom property definition, including any associated options
This method updates the custom property Name, IsDeleted flag, and custom property options, but does not update the list values or other fields. To change the list values, you need to use: CustomProperty_UpdateCustomList(...)
Example(s)
remoteCustomProperty = spiraImportExport.CustomProperty_RetrieveForArtifactType(1, false); remoteCustomProperty.Name = "Req Type"; spiraImportExport.CustomProperty_UpdateDefinition(remoteCustomProperty);
Parameters
Type | Name | Required |
---|---|---|
RemoteCustomProperty? | remoteCustomProperty - The custom property definition to update |