run_automation_rules
Trigger an automation rule on a specific test cycle using the rule key, project ID, and cycle ID. Returns a background task object with taskId and progressUrl to monitor completion.
Instructions
Trigger an automation rule to run against a specific test cycle. testCycleId is the internal id string (from get_test_cycle). Returns a background task object with taskId and progressUrl to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automationRuleKey | Yes | Automation rule key to run | |
| projectId | Yes | Jira project numeric ID (e.g. 10011) | |
| testCycleId | Yes | Internal test cycle ID (from search_test_cycles) |