How to fetch comments from github issues?

Describe the issue/error/question

how do i fetch comments from a github issue?

What is the error message (if any)?

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hi @Manohar_allu, welcome to the community!

When fetching an issue with the GitHub node in n8n, the result comes with a comments_url field. This would contain a URL to be used in the HTTP Request node to fetch the comments for an issue.

Here is an example workflow showing this which you can simply copy and paste into your n8n canvas:

Example Workflow