SPRINT: An Assistant for Issue Report Management

  Ahmed Adnan, Antu Saha, and Oscar Chaparro

  Proceedings of the 22nd IEEE/ACM International Conference on Mining Software Repositories (MSR'25)

Abstract: Managing issue reports is essential for the evolution and maintenance of software systems. However, for projects with large codebases and users, manually issue management tasks such as triaging, prioritizing, localizing, and resolving issues are highly resource-intensive. To address this challenge, we present SPRINT, a GitHub application that utilizes state-of-the-art deep learning techniques to streamline issue management tasks. SPRINT assists developers by: (i) identifying existing issues similar to newly reported ones, (ii) predicting issue severity, and (iii) suggesting code files that likely require modification to solve the issues. We evaluated SPRINT using existing datasets and methodologies, measuring its predictive performance, and conducted a user study with five professional developers to assess its usability and usefulness. The results show that SPRINT is accurate, usable, and useful, providing evidence of its effectiveness in assisting developers in managing issue reports. SPRINT is an open-source tool, available at sea-lab-wm/sprint_issue_report_assistant_tool.