Customer Support Teams: Automate responses and manage long-lived JIRA issues effectively.
Project Managers: Gain insights into unresolved issues and improve team efficiency.
Developers: Reduce the time spent on repetitive tasks and focus on coding.
Business Analysts: Analyze customer feedback and issue resolution trends to improve service quality.
What Problem Does This Workflow Solve
Long-Lived Issues: Automatically identifies JIRA issues unresolved for over 7 days, ensuring they are addressed promptly.
Customer Engagement: Sends reminders to users for pending actions, reducing the likelihood of unresolved queries.
Automated Resolution: Utilizes AI to suggest solutions based on historical data, decreasing the workload on support staff.
Sentiment Analysis: Evaluates customer satisfaction and escalates issues when negative sentiment is detected, ensuring a proactive approach to customer service.
Detailed Explanation of the Workflow Process
Scheduled Trigger: The workflow runs daily to check for unresolved JIRA issues older than 7 days.
Fetch Issues: Retrieves a list of long-lived issues from JIRA.
Parallel Processing: Each issue is processed in parallel using the Execute Workflow node for efficiency.
Comment Aggregation: Collects and simplifies all comments related to the issue for better context.
AI Classification: Uses a text classifier to determine the state of the issue (resolved, pending more information, or still waiting).
Sentiment Analysis: Analyzes the sentiment of the comments to assess customer satisfaction.
Automated Responses: If a solution is found, it posts a response and closes the issue; if unresolved, it sends a reminder or escalates if sentiment is negative.
Notifications: Sends updates to Slack channels for visibility and team coordination.