get_project_rule_runs
A project rule's journal, newest first: each time an issue entered the rule's state and matched its conditions — which issue, who moved it, and the outcome: 'applied' (checklist added), 'alreadyThere' (its marker line was already in the description, nothing added) or 'tooLong' (the description would have been too long, nothing added); for a duty, 'handed' (the issue went to its agent), 'busy' (an agent already had it), 'tooMany' (the duty's fifty a day were used up) or 'refused' with a 'reason' (agent_off, agent_budget, …), and 'ownerLost' when the duty was switched off because its owner lost the project. The place to look when a checklist did not appear or an agent did not take an issue. Any member may read it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The rule's id, from list_project_rules. | |
| limit | No | How many lines, newest first (default 20, max 100). | |
| projectKey | Yes | Project key, e.g. 'ONB'. |