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 -
intprogramId - Program containing the relevant milestone Yes
intmilestoneId - Milestone to get release associations for Yes
intpageSize - Number of associations to retrieve per API call Yes
intcurrentPage - 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