SpiraPlan: ImportExport SOAP Web Service
See all operations
CustomProperty_UpdateCustomList
Description
Updates a custom list and any associated values in the system
This will not add any new custom values, for that you need to use the AddCustomListValue() function
Example(s)
remoteCustomList = spiraImportExport.CustomProperty_RetrieveCustomListById(customListId2); remoteCustomList.Name = "Component Names"; remoteCustomList.Values[0].Name = "Component One"; spiraImportExport.CustomProperty_UpdateCustomList(remoteCustomList);
Parameters
Type | Name | Required |
---|---|---|
RemoteCustomList? | remoteCustomList - The custom list to update |