list_jama_test_runs
Retrieve test runs for a project or test cycle in Jama. Specify project ID or test cycle ID to view details such as name, status, and assigned user.
Instructions
List test runs for a project and/or test cycle.
At least one of ``project_id`` / ``test_cycle_id`` must be provided.
Args:
project_id: optional numeric string Jama project id.
test_cycle_id: optional numeric string Jama test cycle id.
limit: max test runs to return (default 50).
Returns:
{"count","results":[{id,name,status,test_cycle,item,assigned_to,
modified_date}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project_id | No | ||
| test_cycle_id | No |