paper-with-me

Papers

RAG4Tickets: AI-Powered Ticket Resolution via Retrieval-Augmented Generation on JIRA and GitHub Data

2025-10-09 · Mohammad Baqar arxiv

Modern software teams frequently encounter delays in resolving recurring or related issues due to fragmented knowledge scattered across JIRA tickets, developer discussions, and GitHub pull requests (PRs). To address this challenge, we propose a Retrieval-Augmented Generation (RAG) framework that integrates Sentence-Transformers for semantic embeddings with FAISS-based vector search to deliver context-aware ticket resolution recommendations. The approach embeds historical JIRA tickets, user comments, and linked PR metadata to retrieve semantically similar past cases, which are then synthesized by a Large Language Model (LLM) into grounded and explainable resolution suggestions. The framework contributes a unified pipeline linking JIRA and GitHub data, an embedding and FAISS indexing strategy for heterogeneous software artifacts, and a resolution generation module guided by retrieved evidence. Experimental evaluation using precision, recall, resolution time reduction, and developer acceptance metrics shows that the proposed system significantly improves resolution accuracy, fix quality, and knowledge reuse in modern DevOps environments.

📄 PDF Abstract BibTeX arXiv:2510.08667

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Classifying the Unstructured IT Service Desk Tickets Using Ensemble of Classifiers

2021-03-30 · Ramya C, Paramesh S. P, Dr. Shreedhara K S

Manual classification of IT service desk tickets may result in routing of the tickets to the wrong resolution group. Incorrect assignment of IT service desk tickets leads to reassignment of tickets, unnecessary resource …

Ticket-BERT: Labeling Incident Management Tickets with Language Models

2023-06-30 · Zhexiong Liu, Cris Benge, Siduo Jiang

An essential aspect of prioritizing incident tickets for resolution is efficiently labeling tickets with fine-grained categories. However, ticket data is often complex and poses several unique challenges for modern machi…

Active LearningLanguage ModelingLanguage ModellingManagement

TeleDoCTR: Domain-Specific and Contextual Troubleshooting for Telecommunications

2026-01-02 · Mohamed Trabelsi, Huseyin Uzunalioglu arxiv

Ticket troubleshooting refers to the process of analyzing and resolving problems that are reported through a ticketing system. In large organizations offering a wide range of services, this task is highly complex due to …

A Scalable and High Availability Solution for Recommending Resolutions to Problem Tickets

2025-07-26 · Harish Saragadam, Chetana K Nayak, Joy Bose arxiv

Resolution of incidents or problem tickets is a common theme in service industries in any sector, including billing and charging systems in telecom domain. Machine learning can help to identify patterns and suggest resol…

One-Shot Learning

SSR-TA: Sequence to Sequence based expert recurrent recommendation for ticket automation

2023-01-30 · Chenhan Cao, Xiaoyu Fang, Bingqing Luo, Bin Xia

The ticket automation provides crucial support for the normal operation of IT software systems. An essential task of ticket automation is to assign experts to solve upcoming tickets. However, facing thousands of tickets,…