find_comments
Finds issues by matching a phrase or words in comments, with filters for author, project, and max results. Returns 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 |