suggest_managers
Detect and suggest manager assignments by analyzing YouTrack activity, including reporter patterns and task edits, to map users to their likely managers.
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 |