GitHub - Create Issue
Create a new issue in a GitHub repository
GitHub: Create Issue
1Description
The GitHub: Create Issue node enables your Deforge workflows to automatically open new bug reports, feature requests, or tracking tasks directly in a specified GitHub repository. It authenticates through your connected GitHub account, ensuring the issues are created with proper authorization and attribution.
This node is highly versatile because it can operate in two ways: as a fixed step in a linear automation, or as a dynamic Tool passed to an LLM node. When provided to an AI agent as a tool, the LLM can autonomously decide when to open an issue, intelligently summarize the context into a Markdown-formatted body, and write a concise title without human intervention.
Common Use Cases
- Automated Bug Triage: Connect a Discord or Slack trigger to this node so that when a user reports a bug in a support channel, an AI agent parses the error and automatically opens a neatly formatted GitHub issue for the dev team.
- AI Project Management: Feed a large feature request to an LLM and provide it with this tool, allowing the agent to break the feature down into smaller, actionable tasks and open individual tracking issues for each one.
- Monitoring & Alerts: Trigger a workflow when a website monitor or automated test suite fails, using this node to instantly create a high-priority issue containing the error logs.
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowRepositoryRepository (e.g., octocat/Hello-World)TextTitleTitle of the issueTextBodyBody/Description of the issue (Markdown supported)TextOutputs
The output connections this node provides:
NameDescriptionTypeFlowThe Flow to continueFlowIssue URLThe URL of the created issueTextIssue NumberThe Number of the created issueTextToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeRepositoryRepository (e.g., owner/repo)Value: ``TextTitleIssue TitleValue:Automated Bug ReportTextBodyIssue BodyValue: Describe the issue here...TextAreaGitHubConnect your GitHub accountDefaultValue: ``socialLast updated on