---
title: "n8n GitHub Issue-to-Jira Ticket Automator"
description: "Deploys an n8n workflow via the n8n REST API using the GitHub Trigger node to capture new issue events and transform them into Jira tickets via the Jira Cloud REST API. Labels, priority mappings, and assignee routing rules are configured using n8n's Function node with custom JavaScript."
verification: "security_reviewed"
source: "https://docs.n8n.io/"
author: "n8n"
category:
  - "Developer Tools"
framework:
  - "Codex"
---

# n8n GitHub Issue-to-Jira Ticket Automator

Deploys an n8n workflow via the n8n REST API using the GitHub Trigger node to capture new issue events and transform them into Jira tickets via the Jira Cloud REST API. Labels, priority mappings, and assignee routing rules are configured using n8n's Function node with custom JavaScript.

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

## Documentation

- https://docs.n8n.io/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/n8n-github-jira-ticket-automator/)
