SpiraPlan: SoapService SOAP Web Service
See all operations
Requirement_MoveStep
Description
Moves a requirement step in the list
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
int | requirementId - The id of the requirement | Yes |
int | sourceRequirementStepId - The id of the step to move | Yes |
int? | destinationRequirementStepId - The id of the step to move in front of, pass null to move to the end of the list |