Test Management
Create test case
Create a new test case inside a test project.
POST
Creates a new test case in the given test project. New cases start with status
DRAFT and are not enrolled in test runs until their status is changed to READY.
You must hold write access to the target space to create a test case.
Path parameters
The slug of the space the project belongs to.
The ID of the test project to add the case to.
Request body
Title of the test case.
Optional description or steps for the test case.
Priority level. Must be one of:
LOW, MEDIUM, HIGH, CRITICAL. Defaults to MEDIUM.Test case type. Must be one of:
MANUAL, AUTOMATED, EXPLORATORY. Defaults to MANUAL.ID of the test suite to assign this case to. Omit to leave the case unassigned.
Response
Unique identifier of the newly created test case.
Title of the test case.
Priority level:
LOW, MEDIUM, HIGH, or CRITICAL.Test case type:
MANUAL, AUTOMATED, or EXPLORATORY.Initial status of the case. Always
DRAFT on creation.ID of the test project this case belongs to.

