find_comments
Find issues by what their comments say. Search a phrase to get matching comments, with optional author or project filters. Newest matches first.
Instructions
Find issues by what their COMMENTS say.
Answers "the ticket where someone wrote …". Two stages: a YouTrack
full-text query narrows candidate issues (pass author — a login —
to add the commenter: filter), then comments are matched locally:
the whole phrase case-insensitively, falling back to all-words when
the phrase doesn't appear verbatim. Workflow-bot nags and service
stamps are ignored. Newest matches first.
Args: text: Phrase (or words) to find in comment text — required author: Only comments by this login; also narrows the search project: Limit to one project key (optional) max_results: Max matching comments returned (default: 10) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| author | No | ||
| project | No | ||
| instance | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |