Block 1 - Document Chunker
- Type / Role
- @n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter - textSplitterRecursiveCharacterTextSplitter
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Load Jira open issues with comments into Pinecone + RAG Agent (Direct Tool or MCP) Who’s it for This workflow is designed for support teams, data engineers, and AI developers who want to centralize...
@n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.code, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.embeddingsopenai, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Br1.
Original n8n.io sourceThis workflow is designed for support teams, data engineers, and AI developers who want to centralize Jira issue data into a vector database.
It collects open issues and their associated comments, converts them into embeddings, and loads them into Pinecone for semantic search, retrieval-augmented generation (RAG), or AI-powered support bots.
It’s also published as an MCP tool, so external applications can query the indexed issues directly.
The workflow automates Jira issue extraction, comment processing, and vector storage in Pinecone. Importantly, the Pinecone index is recreated at every run so that it always reflects the current set of unresolved tickets.
jira namespace and the openissues index. The namespace is cleared at every run to ensure the index contains only unresolved tickets. openissues), enabling external systems to query Jira issues semantically.openissues) with matching dimensions (512). Configure Pinecone API credentials and namespace (jira). maxResults parameter (default 25) if you want larger or smaller batches per iteration. This workflow is designed for commercial teams, customer support, and service managers who need quick, conversational access to unresolved Jira tickets.
It enables them to check whether a client has open issues, see related details, and understand SLA implications without manually browsing Jira.
openissues index, jira namespace). openissues, 512 dimensions) already populated with unresolved tickets. openissues, dimensions = 512). 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.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build RAG-powered support agent for Jira issues using Pinecone and OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Support Chatbot, AI RAG |
| Author | Br1 |
| Published | 18 Sept 2025 |
Use the JSON export at /data/workflows/8720/8720.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.
Load Jira open issues with comments into Pinecone + RAG Agent (Direct Tool or MCP) Who’s it for This workflow is designed for support teams, data engineers, and AI developers who want to centralize...
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 Support Chatbot, AI RAG use case.