SpiraPlan: ImportExport SOAP Web Service
See all operations
Project_RefreshProgressExecutionStatusCaches
Description
Refreshes the task progress and test execution status for a project. Typically this needs to be called after TestRun_RecordAutomated3(...) API calls to ensure the data in the system is consistent
Parameters
Type | Name | Required |
---|---|---|
int? | releaseId - The release we want to refresh, or pass NULL for all releases in the project | |
boolean | runInBackground - Do we want to run this in the background. If it runs in the background it will return immediately and continue processing on the server/ Otherwise the caller will have to wait until it finishes. Choosing True is better if you have a large project that will take longer to refresh that the web service timeout, but False is better if your subsequent code relies on the data being refreshed | Yes |