create_requirement_specification
Organize requirements by creating a parent specification container with project, document ID, title, and author.
Instructions
Create a requirement specification container, the parent grouping for requirements (tl.createRequirementSpecification).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| docId | Yes | Document identifier shown in TestLink, e.g. 'SRS-1'. | |
| scope | No | HTML/plain-text body describing scope. | |
| title | Yes | ||
| userId | Yes | Id of the TestLink user recorded as author. | |
| parentId | No | Parent req-spec id, for nesting. | |
| testProjectId | Yes |