get_my_mentions
Identify comments requiring your attention: direct mentions and probable replies in YouTrack while filtering out automated bot notifications.
Instructions
What needs my attention in comments: mentions and likely replies.
Two YouTrack queries (mentions: me and commenter: me, both
bounded to the window) merged and analyzed locally:
Mentions — someone named me in a comment (login and display-name variants, underscore/case-insensitive).
Possible replies — a comment by someone else, newer than my latest comment on an issue I commented in (YouTrack comments are flat; this heuristic is how "answered me" is approximated).
Workflow-bot posts, service stamps, and notification-template pings (e.g. "FYI @…" nag reposts) are filtered out; the dropped count is reported so nothing disappears silently.
Args: days: Lookback window (default: 14) max_results: Max items per section (default: 15) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| instance | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |