get_related_activities
Assemble a complete work timeline by finding activities that share a ticket key with a given activity. Provide an activity ID to retrieve linked commits, PRs, issues, and docs.
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) |