๐Ÿ“– Create knowledge base from Jira tickets with OpenAI embeddings and Pinecone

โšก 168 views ยท ๐Ÿ“– Internal Wiki & Knowledge Base

Description

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


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


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

๐Ÿ”— Nodes Used

Jira Software, Schedule Trigger, Embeddings OpenAI, Pinecone Vector Store, Default Data Loader

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup