n8n
operations

n8n Operations Pack — 6 Workflows

Automate GitHub and Jira workflows from your git commits and issues.

What This Pack Does

This pack contains six n8n workflows that automate development operations by connecting GitHub and Jira. Three workflows are included: one that creates GitHub pull requests and updates Jira tickets based on keywords and issue IDs in git commit messages for a single repository; another that uses AI to classify GitHub issues and automatically generate corresponding Jira tickets; and a third that performs similar PR and Jira updates but works across multiple repositories. Together, these workflows streamline the process of linking code changes to project management tasks, reducing manual effort in tracking and updating work items. They are customizable and importable into n8n, allowing teams to adapt them to their specific workflows and repository structures.

Who It's For

This pack is for software development teams, particularly developers, DevOps engineers, and project managers who use GitHub for code hosting and Jira for issue tracking. It suits teams that want to automate the creation of pull requests and the updating of Jira tickets based on commit messages, as well as those needing to classify and create tickets from GitHub issues automatically. It is ideal for teams managing one or multiple repositories who seek to reduce manual data entry and improve traceability between code changes and project tasks.

Highlights

  • Automates PR creation from git commit keywords
  • Updates Jira tickets based on commit messages
  • Classifies GitHub issues with AI for Jira creation
  • Supports single and multi-repository setups
  • Connects GitHub and Jira seamlessly
  • Customizable and importable into n8n

Included Workflows(3)

Example Use Case

Imagine a development team working on a multi-repository project. A developer commits code with a message containing 'PR' and a Jira issue ID. The multi-repo workflow automatically creates a pull request in the correct repository and updates the Jira ticket with the PR link. Meanwhile, a new GitHub issue is filed by a user; the AI classification workflow analyzes it and creates a corresponding Jira ticket with appropriate labels. The team can then track all work from commits to tickets without manual intervention.

Related Packs