Skip to main content

Manage Jira issues with natural language via Telegram and GPT-4o

Workflow preview

Workflow preview
100%
Manage Jira issues with natural language via Telegram and GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Manage Jira Issues with Natural Language via Telegram and GPT 4o Overview The Jira Agent is an AI powered assistant that allows users to interact with Jira directly through messaging platform Teleg...

Best for

  • Project Management automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.jiratool, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.function, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Manage Jira issues with natural language via Telegram and GPT-4o
Workflow name
Manage Jira issues with natural language via Telegram and GPT-4o

Manage Jira Issues with Natural Language via Telegram and GPT-4o

Overview

The Jira Agent is an AI-powered assistant that allows users to interact with Jira directly through messaging platform Telegram. It leverages OpenAI's GPT-4o model to interpret natural language commands and perform various Jira-related actions. On Telegram, it enables users to create Jira stories by triggering a guided form when prompted with "create story." Additionally, it provides more extensive functionality, including creating, updating, searching, and transitioning Jira issues through natural language commands.

How it works

Normal interaction Using messages as "Please give all my issues".

Standardized process of creating stories:

  1. Message: "create story"
  2. Open the Form that Telegram responds back to you
  3. Fill in the essential story information in the form
  4. The story automatically gets created in your backlog.

Required Connections

To use the Jira Agent effectively, users need access to:

  • A Telegram account, Telegram setup involves deploying the bot and starting a chat; story creation is triggered with a simple text command.
  • A connected Jira workspace
  • Permissions to create and modify Jira issue
  • Access to GPT-4o API-key

Detailed configuration instructions are provided in the workflow

Setup Time

<15 minutes

Customising this workflow

  • Try adding more details to the form for more complete Jira ticket creation.
  • Try connecting a Google Calendar node to plan your work

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 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 2 - Try Again

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Delete an issue in Jira Software

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

Block 4 - Update an issue in Jira Software

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

Block 5 - Jira Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 6 - Get many issues in Jira Software1

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

Block 7 - Create an issue in Jira Software

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

Block 8 - Get the status of an issue in Jira Software

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.1

Block 12 - Set 'Text'

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Extract Task

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

Block 14 - Send a text message1

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

Block 15 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - Set 'Text'1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Sticky Note2

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

Block 18 - Response

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note4

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

Block 21 - Sticky Note6

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

Block 22 - Sticky Note7

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

Block 23 - Sticky Note5

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

3. Summary Table

Workflow Manage Jira issues with natural language via Telegram and GPT-4o
Complexity advanced
Nodes 23
Categories Project Management, AI Chatbot
Author Humble Turtle
Published 07 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5742/5742.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 Manage Jira issues with natural language via Telegram and GPT-4o do?

Manage Jira Issues with Natural Language via Telegram and GPT 4o Overview The Jira Agent is an AI powered assistant that allows users to interact with Jira directly through messaging platform Teleg...

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 Project Management, AI Chatbot use case.