Skip to main content

Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone

Workflow preview

Workflow preview
100%
Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How It Works This template is a workflow that registers Jira tickets to Pinecone . By combining it with the [Automated Jira Ticket Responses with GPT 4 and Pinecone Knowledge Base](https://creators...

Best for

  • Internal Wiki automation workflows
  • AI RAG automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.jira, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by yusan25c.

Original n8n.io source

1.1 Workflow description

Title
Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone
Workflow name
Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone

How It Works

This template is a workflow that registers Jira tickets to Pinecone.

By combining it with the Automated Jira Ticket Responses with GPT-4 and Pinecone Knowledge Base template, you can continuously improve the quality of automated responses in Jira.


Prerequisites

  • A Jira account and credentials (API key and email address)
  • A Pinecone account and credentials (API key and environment settings)
  • OpenAI credentials (API key)

Setup Instructions

  1. Jira Credentials

    • Register your Jira credentials (API key and email address) in n8n.
  2. Vector Database Setup (Pinecone)

    • Register your Pinecone credentials (API key and environment variables) in n8n.
  3. AI Node

    • Configure the OpenAI node with your credentials (API key).

Step by Step

  1. Scheduled Trigger
    The workflow runs at regular intervals according to the schedule set in the Scheduled Trigger node.

  2. Jira Trigger (Completed Tickets)
    Retrieves the summary, description, and comments of completed Jira tickets.

  3. Register to Pinecone
    Converts the retrieved ticket information into vectors and registers them in Pinecone.


Notes

  • Configure the Scheduled Trigger interval carefully to avoid exceeding API rate limits.

Further Reference

For a detailed walkthrough (in Japanese), see this article:
👉 Automating knowledge registration to Pinecone with n8n (Qiita)

You can find the template file on GitHub here:
👉 Template File on GitHub

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Jira Issue List

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 2 - Jira Issue Detail

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 3 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Code2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Pinecone Vector Store

Type / Role
@n8n/n8n-nodes-langchain.vectorStorePinecone - vectorStorePinecone
Config choices
Version 1.3

Block 11 - Embeddings OpenAI

Type / Role
@n8n/n8n-nodes-langchain.embeddingsOpenAi - embeddingsOpenAi
Config choices
Version 1.2

Block 12 - Default Data Loader

Type / Role
@n8n/n8n-nodes-langchain.documentDefaultDataLoader - documentDefaultDataLoader
Config choices
Version 1.1

3. Summary Table

Workflow Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone
Complexity intermediate
Nodes 12
Categories Internal Wiki, AI RAG
Author yusan25c
Published 14 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9620/9620.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone do?

How It Works This template is a workflow that registers Jira tickets to Pinecone . By combining it with the [Automated Jira Ticket Responses with GPT 4 and Pinecone Knowledge Base](https://creators...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Internal Wiki, AI RAG use case.