get_related_activities
Find related activities that share a ticket key, such as commits and PRs referencing the same Jira ticket, to assemble a complete timeline of work.
Instructions
Find activities that share a ticket key with the given activity — e.g. given a Jira ticket, returns the commits / PRs / Linear issues / Confluence pages that reference the same key. Use this to assemble the full timeline around one piece of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Activity ID to find relatives for | |
| limit | No | Max related activities to return (default 50) |