Investigate an issue
investigate_issueInvestigate a reported problem on a NodeBB forum: find related topics, extract existing answers, check triage status, and get next steps.
Instructions
The full sweep for a reported problem: find every related topic, extract the answers that already exist, separate them from the reports still open, fold in triage status, and end with concrete next steps. Use this when someone reports a problem and you need to know whether the forum has seen it before, whether it was solved, and whether anyone is already on it. Slower than find_answers because it opens several topics — prefer find_answers for a plain question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only topics carrying all of these tags. | |
| depth | No | How many candidate topics to open in full. Default 5; raise for a stubborn issue. | |
| issue | Yes | The problem, described as the reporter would — symptoms, error text, what broke. | |
| categories | No | Restrict to these category ids (from list_categories). | |
| scan_pages | No | Listing pages to sweep when the forum has no search plugin. Default 3. | |
| within_days | No | Only consider content newer than this many days. Requires search. |