SpiraPlan: SoapService SOAP Web Service
See all operations
Association_Update
Description
Updates the specified Association's information
Currently only the comment field is updated
Example(s)
remoteAssociation.Comment = "They are the same bugs"; spiraImportExport.Association_Update(credentials, projectId, remoteAssociation);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The credentials for accessing the API | |
int | projectId - The id of the project | Yes |
RemoteAssociation? | remoteAssociation - The updated association information |