suggest_managers
Analyzes recent YouTrack activity to detect project managers, scoring candidates by task edits and terminal-state moves, then writes suggested manager mapping to managers.suggested.json.
Instructions
Bootstrap a manager mapping from recent YouTrack activity.
Detects PMs by reporter fan-out (auto-exclude), then scores remaining candidates by who edits non-trivial fields on each user's tasks and who moves their tasks to terminal states. Writes managers.suggested.json.
Args: lookback_days: Activity window (default: 90) projects: Comma-separated project shortnames; empty = all accessible write: If False, just print the suggestion without saving (default: True) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| write | No | ||
| instance | No | ||
| projects | No | ||
| lookback_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |