Automates GitHub Pull Request creation and JIRA ticket updates by parsing keywords and issue IDs from git commit messages, streamlining dev workflows.
This n8n workflow bridges GitHub and JIRA for single-repository development teams. Triggered by GitHub webhooks on commits, it uses a Code node to parse commit messages for JIRA issue keys (e.g., FF-1196), base branches (e.g., development), and commands like [auto-pr] or [taskcompleted].
If [auto-pr] is detected, an IF node routes to the GitHub node to create a PR from the developer's branch to the base branch. Separately, if [taskcompleted] appears, another IF node triggers the JIRA node to tr
Platform
n8n
Category
HR Management
Price
$14.99
Creator
Jordi Faber
GitHub
JIRA
DevOps
Automation
Pull Requests
Git Commits
CI/CD
Development Tools
Project Management
Workflow Automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.