Skip to content

End-to-end automation workflow using n8n, Slack, AWS Bedrock (Anthropic Claude Haiku), and Jira to intelligently manage ticket operations via conversational Slack commands.

Notifications You must be signed in to change notification settings

allaboutopensource/Slack-AI-Jira-Automation-Workflow-Using-n8n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

slack-ai-jira-automation-workflow-Using-N8n

End-to-end automation workflow using n8n, Slack, AWS Bedrock (Anthropic Claude Haiku), and Jira to intelligently manage ticket operations via conversational Slack commands.

Slack AI-Powered Jira Automation Workflow

This repository contains an n8n workflow that integrates Slack, AWS Bedrock (Anthropic Claude Haiku), and Jira to automate ticket management through conversational commands. The workflow enables users to interact with a Slack bot to create, update, delete, or check the status of Jira tickets using natural language.

πŸš€ Features

  • Slack Bot Trigger: Listens for mentions in Slack and initiates the workflow.
  • AI Agent (Claude Haiku via AWS Bedrock): Parses user intent from Slack messages using Anthropic's Claude model.
  • Jira Integration: Performs ticket operations (create, update, delete, status check) based on AI interpretation.
  • Slack Response: Sends confirmation or status messages back to the Slack channel.

πŸ› οΈ Technologies Used

  1. AI Node (Claude Haiku): Processes the message and determines the user's intent.
  2. Jira Node: Executes the appropriate action (create/update/delete/status).
  3. Slack Message Node: Sends a response back to the user confirming the action.
image

πŸ”§ Setup Instructions

  1. Clone the repository
    git clone https://github.com/<your-username>/slack-ai-jira-automation-workflow.git
    
    
  1. Import Workflow into n8n

Open your n8n instance. Import the slack-ai-jira-workflow.json file.

  1. Configure Environment Variables

Slack Bot Token & Signing Secret AWS Bedrock credentials Jira API credentials

  1. Deploy and Test

Mention the Slack bot with a command like: @your-bot create a Jira ticket for login issue in project ABC

About

End-to-end automation workflow using n8n, Slack, AWS Bedrock (Anthropic Claude Haiku), and Jira to intelligently manage ticket operations via conversational Slack commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published