List Shared Preconditions
list_shared_preconditionsList reusable shared preconditions for a project with sorting by title or creation date and optional test case count.
Instructions
List reusable shared preconditions for a project. Supports sorting by title or creation date and can include test case usage counts. Use the returned id as sharedPreconditionId when referencing a shared precondition from create_test_case / update_test_case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Include optional fields like the number of test cases referencing each precondition | |
| sortField | No | Field to sort results by | |
| sortOrder | No | Sort direction (ascending or descending). Requires sortField. | |
| projectCode | Yes | Project code identifier (e.g., BDI) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sharedPreconditions | Yes | List of shared preconditions defined in the project |