SpiraPlan: SoapService SOAP Web Service
See all operations
ProgramMilestone_RetrieveFilteredReleaseAssociations
Description
Retrieves a paginated list of release associations for a given milestone
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - | |
| int | programId - Program containing the relevant milestone | Yes |
| int | milestoneId - Milestone to get release associations for | Yes |
| int | pageSize - Number of associations to retrieve per API call | Yes |
| int | currentPage - What page you want to retrieve | Yes |
| ArrayOfRemoteFilter? | remoteFilters - Filters to apply to the releases these associations are derived from. E.g. filter by a PropertyName of "ReleaseTypeId" and IntegerValue = 1 to only get the associated major releases |
Return Value
ArrayOfRemoteAssociation - A list of associations, with DestArtifactId and SourceArtifactId being the Milestone Id and release Id respectively