SpiraPlan: SoapService SOAP Web Service
See all operations
CustomProperty_AddCustomListValue
Description
Adds a new custom property list value into the system
Example(s)
remoteCustomListValue = new RemoteCustomListValue();
remoteCustomListValue.CustomPropertyListId = customListId1;
remoteCustomListValue.Name = "Technical Quality";
remoteCustomListValue.Active = true;
customValueId2 = spiraImportExport.CustomProperty_AddCustomListValue(credentials, projectTemplateId, remoteCustomListValue).CustomPropertyValueId.Value;
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - The credentials for accessing the API | |
| int | projectTemplateId - The id of the project template | Yes |
| RemoteCustomListValue? | remoteCustomListValue - The new custom list value object being added |
Return Value
RemoteCustomListValue - custom list value object with its primary key set