SEOct 24, 2017

What is the Connection Between Issues, Bugs, and Enhancements? (Lessons Learned from 800+ Software Projects)

arXiv:1710.08736v236 citationsHas Code
AI Analysis

This provides a practical tool for managers in service organizations to optimize resource allocation across multiple software projects, though it is incremental as it applies an existing time series method to a new domain.

The paper tackled the problem of predicting future bug reports and enhancement requests in software projects to help managers adjust staff allocation, achieving forecasts using only the frequency count of issue reports from the last 4 months without needing historical bug data.

Agile teams juggle multiple tasks so professionals are often assigned to multiple projects, especially in service organizations that monitor and maintain a large suite of software for a large user base. If we could predict changes in project conditions changes, then managers could better adjust the staff allocated to those projects.This paper builds such a predictor using data from 832 open source and proprietary applications. Using a time series analysis of the last 4 months of issues, we can forecast how many bug reports and enhancement requests will be generated next month. The forecasts made in this way only require a frequency count of this issue reports (and do not require an historical record of bugs found in the project). That is, this kind of predictive model is very easy to deploy within a project. We hence strongly recommend this method for forecasting future issues, enhancements, and bugs in a project.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes