Towards an Interpretable Analysis for Estimating the Resolution Time of Software Issues
By: Dimitrios-Nikitas Nastos , Themistoklis Diamantopoulos , Davide Tosi and more
Potential Business Impact:
Predicts how long fixing computer problems will take.
Lately, software development has become a predominantly online process, as more teams host and monitor their projects remotely. Sophisticated approaches employ issue tracking systems like Jira, predicting the time required to resolve issues and effectively assigning and prioritizing project tasks. Several methods have been developed to address this challenge, widely known as bug-fix time prediction, yet they exhibit significant limitations. Most consider only textual issue data and/or use techniques that overlook the semantics and metadata of issues (e.g., priority or assignee expertise). Many also fail to distinguish actual development effort from administrative delays, including assignment and review phases, leading to estimates that do not reflect the true effort needed. In this work, we build an issue monitoring system that extracts the actual effort required to fix issues on a per-project basis. Our approach employs topic modeling to capture issue semantics and leverages metadata (components, labels, priority, issue type, assignees) for interpretable resolution time analysis. Final predictions are generated by an aggregated model, enabling contributors to make informed decisions. Evaluation across multiple projects shows the system can effectively estimate resolution time and provide valuable insights.
Similar Papers
Towards Effective Issue Assignment using Online Machine Learning
Software Engineering
Helps software teams fix problems faster as they change.
When Bugs Linger: A Study of Anomalous Resolution Time Outliers and Their Themes
Software Engineering
Finds slow software problems to fix them faster.
Bug Destiny Prediction in Large Open-Source Software Repositories through Sentiment Analysis and BERT Topic Modeling
Software Engineering
Predicts if computer bugs will be fixed.