SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteTestCaseFolder
Represents a single Test Case Folder. This is added to the v4.x API so that clients that need folders when using Spira v5.0 can get all of the folders easily. This fixes a serious issue that we were having with Rapise.
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
IndentLevel | string? | The indentation level of the folder ( The system uses a set of three-letter segments to denote indent (e.g. AAA followed by AAB, etc.) ) | |
Name | string? | The name of the test case folder | |
ParentTestCaseFolderId | int? | The parent test case folder | |
ProjectId | int | The id of the project this folder belongs to | Yes |
TestCaseFolderId | int? | The id of the test case folder |