SpiraPlan: SoapService 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(credentials, projectTemplateId, customListId2);
remoteCustomList.Name = "Component Names";
remoteCustomList.Values[0].Name = "Component One";
spiraImportExport.CustomProperty_UpdateCustomList(credentials, remoteCustomList);
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - | |
| RemoteCustomList? | remoteCustomList - The custom list to update |