List Shared Steps
list_shared_stepsList reusable shared steps in a project, sorted by title or creation date, with optional test case usage count. Returns IDs for use in creating or updating test cases.
Instructions
List reusable shared steps for a project. Supports sorting by title or creation date and can include test case usage counts. Use the returned id as sharedStepId when referencing a shared step 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 shared step | |
| 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 |
|---|---|---|---|
| sharedSteps | Yes | List of shared steps defined in the project |