Block 1 - Jira Issue List
- Type / Role
- n8n-nodes-base.jira - jira
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by yusan25c.
Original n8n.io sourceThis 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.
Jira Credentials
Vector Database Setup (Pinecone)
AI Node
Scheduled Trigger
The workflow runs at regular intervals according to the schedule set in the Scheduled Trigger node.
Jira Trigger (Completed Tickets)
Retrieves the summary, description, and comments of completed Jira tickets.
Register to Pinecone
Converts the retrieved ticket information into vectors and registers them in Pinecone.
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
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.
| 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 |
Use the JSON export at /data/workflows/9620/9620.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.