compare_issue_lists
Compare a list of known issue IDs against a YouTrack query to identify matched, missing, and stale issues for tracking gaps.
Instructions
Diff a known issue list against a YouTrack query.
Returns: matched (in both), missing-from-list (in query, not your list), no-longer-matching (in your list, not in query). Useful for finding tasks you're not tracking, or items in your list that are stale.
Args: known_ids: Comma-separated issue IDs you already know (e.g. 'PROJ-1,PROJ-2') query: YouTrack query to compare against (e.g. 'project: PROJ #Unresolved') instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| instance | No | ||
| known_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |