<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>M. Iqbal, M. Ijaz, T. Mazhar, T. Shahzad, Q. Abbas, Y. Ghadi, W. Ahmad, H. Hamam,
Exploring issues of story-based efort estimation in Agile Software Development (ASD),
Science of Computer Programming</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">2996-1300</issn>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1016/j.scico.2024.103114</article-id>
      <title-group>
        <article-title>Exploring efort estimation challenges in agile software development</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vasilka Saklamaeva</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luka Pavlič</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tina Beranič</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Maribor, Faculty of Electrical Engineering and Computer Science</institution>
          ,
          <addr-line>Koroška cesta 46, 2000 Maribor</addr-line>
          ,
          <country country="SI">Slovenia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>236</volume>
      <issue>2024</issue>
      <fpage>10</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>In Agile Software Development (ASD), efort estimation is an activity that appears in the planning phase, and is impacted by a number of variables. Efort estimation in ASD is needed for eficient resource allocation, realistic scheduling, and improved predictability. Without it, teams risk mismanaging resources, missing deadlines, overcommitting, and disappointing customer and/or stakeholders. In this paper, through a semi-structured literature review, we identify and group twenty five major efort estimation challenges that occur in ASD into five categories. We give a summary of each challenge and examine how common it is in the found literature, emphasizing both commonly discussed and less wellknown problems. We additionally identified mitigation propositions for the least frequently mentioned challenges found. Our findings show that while certain issues, such as the value of team experience and the influence of biases, are well known, others - including unclear information, responsibilities and lack of a formal estimation technique, remain under-explored, despite their potential impact. The results of our paper aim to guide practitioners in identifying and managing challenges within their specific contexts, while also highlighting existing gaps that need further investigation. Additionally, our findings contribute to the foundation for improving estimation procedures and informing future research in this domain.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;efort forecasting</kwd>
        <kwd>efort prediction</kwd>
        <kwd>scrum</kwd>
        <kwd>software development</kwd>
        <kwd>software engineering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The Project Management Institute (PMI) defines the estimation objective as providing an
approximation (estimate) of the amount of resources needed to complete project activities and
deliver outputs – products or services – of specified functional and nonfunctional characteristics
[
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. Estimates for work efort, time, expenses, people, and/or physical resources are being
developed during the planning stage of software development. A quantitative assessment of a
variable’s likely quantity or result, such as project costs, resources, efort, or duration, is called
an estimate [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Efort estimation in Agile Software Development (ASD) appears in the planning phase of the
Software Development Life Cycle (SDLC). When planning an iteration (e.g. a sprint in Scrum),
an Agile software development team estimates the efort of a work item (a task or a user story).
The team then chooses a set of tasks to be completed during the sprint based on the estimated
efort, making sure that the total efort of the chosen tasks does not exceed the sprint’s capacity.
The estimated efort of the delivered work items in previous sprints is used to determine the
sprint capacity. This therefore means, that the product of the efort estimation activity is an
estimate on how many functionalities (in a sprint) can be delivered, rather than predict time or
costs [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Using these estimates as forecasts, all involved during Agile software development
can make informed decisions on how much work can be finished in a limited amount of time.
      </p>
      <p>Depending on the requirements, circumstances, and preferences, efort estimation activities
can produce diferent estimations. For example, because of their ease of use and reliance on
past experiences, certain development teams may choose relative estimating activities, such as
comparing new tasks or user stories to ones that have already been finished. Others could use
group estimating activities, which involve cooperative discussions to reach a consensus about
the estimated efort. These preferences frequently show how comfortable and knowledgeable
the team is with diferent estimation techniques.</p>
      <p>
        In ASD, efort estimation is needed for eficient resource allocation and planning. Teams
can better schedule and distribute the workload by using it to predict how much time and
efort a job will demand [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. It also helps in setting realistic expectations and improving
project predictability. On the other hand, lack thereof might cause problems like resource
mismanagement and missed deadlines. Inaccurate or non-existing estimates may also result in
overcommitment, underdelivery, additional costs and stakeholder dissatisfaction [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>The aim of this paper is to present a thorough investigation of the challenges associated
with efort estimation in ASD. We can learn more about the elements that lead to them by
examining their categorization and frequency of appearance in the literature. We further
enrich our findings with mitigation propositions for the least mentioned challenges found in
the set of literature. Understanding these challenges is essential for developing more reliable
efort estimation approaches that not only align with the Agile principles, but also enhance
the outcomes of software projects. In the end, resolving these challenges may result in better
resource allocation, enhanced decision-making, and a more eficient development process.</p>
      <p>The research question that will guide this paper is:</p>
      <p>RQ1: What are the challenges within efort estimation in ASD?</p>
      <p>RQ1.1: How can these challenges be classified?</p>
      <p>RQ1.2: Which challenges occur the least?</p>
      <p>The rest of the paper is structured as follows: We start with an overview of related works
in this area, which are presented in Section 2. In Section 3 we present the chosen research
methodology, whose findings we present in Section 4 of this paper. In subsections 4.1 and
4.2 respectively, we delve deeper into the categorization of the identified challenges and their
frequency mapping. Section 5 provides the identified mitigation propositions and in Section 6
we conclude with our overall findings and suggestions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Because of it’s inherent challenges and the requirement for precise forecasting in dynamic
situations, efort estimation in ASD has been the focus of a great deal of research, including
systematic literature reviews [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref6 ref7 ref8 ref9">6, 7, 8, 9, 10, 11, 12</xref>
        ] and mapping studies [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        In order to classify various methods to increase estimation accuracy and find common causes
of imprecise efort estimations, Pasuksmit et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] carried out a systematic literature review.
According to their findings, there are five primary categories of factors that contribute to
inaccurate estimations: information quality, team, estimation practice, project management,
and business influences. They also looked at approaches that were suggested to improve efort
estimation. One important finding from their paper is that a significant contributing element
to inaccurate estimations is low-quality information. They also stress how crucial it is for
practitioners to possess adequate technical and domain expertise in order to increase estimation
reliability.
      </p>
      <p>Iqbal et al. [14] examine the dificulties of user story-based efort estimation in ASD, which
also identifies important contributing reasons to inaccurate estimations. According to the paper,
technological complexity and inconsistencies in user stories, as well as internal factors like
communication, team composition, and competence, have a significant impact on estimating
dependability.</p>
      <p>
        Fernandez-Diego et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] revised an existing Systematic Literature Review (SLR) by
examining 73 new articles on efort estimation in ASD. In addition to mapping the use of diferent
types of estimation methods (expert-based, data-based or hybrid) and most frequently used
accuracy metrics, they also explored cost factors. Sinaga et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] also conducted a SLR, which
found 59 challenges regarding efort estimation. The results show that while dependence on
expert opinion increases bias, team experience, domain expertise, task complexity, and lack of
data are important factors that lead to inaccurate estimates.
      </p>
      <p>
        Lastly, Piñeros Rodríguez et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] conducted a systematic mapping study of efort estimation
in ASD. One of the four research questions of their paper was the collection of the most relevant
problems and their causes in efort estimation. They found that in Agile settings, the efort
estimation mostly relies on expert judgment, and accuracy is greatly impacted by estimators’
communication, expertise, and experience. Additionally, reliable estimation is further challenged
by problems like dominance in Planning Poker and insuficient information consolidation.
      </p>
      <p>As indicated by the existing body of literature, considerable efort has been dedicated to
identify challenges associated with efort estimation in ASD. Numerous studies have explored
various technical, organizational, and human-related factors that influence the estimation
activity. However, what distinguishes this paper from prior work is it’s approach to collecting
and categorizing the identified challenges. In addition to the collection of well-known challenges,
in this paper we also address the least frequently mentioned challenges—those that are often
overlooked yet can significantly afect estimation outcomes. By collecting mitigation strategies
for these less-known challenges, the paper and ofers practical value for both researchers and
practitioners seeking to improve efort estimation in ASD.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Research method</title>
      <p>To efectively grasp the existing knowledge regarding efort estimation in agile settings, we
conducted a semi-structured literature review, which aimed to provide answers for our set
research question and it’s according sub-questions presented in Section 1.</p>
      <p>The literature review covered the following points:
• The pool of literature was limited to the results found in 3 academic digital libraries: IEEE</p>
      <p>Xplore, ACM and SpringerLink.
• The search string used for the literature search was the following:
(("All Metadata":„efort estimation") AND ("All Metadata":„agile") AND ("All
Metadata":„challeng*") OR ("All Metadata":„issue*"))
• The results were limited only to peer-reviewed literature.
• All relevant literature needed to be written in English.
• The literature that was not directly related to answering the proposed research questions
was excluded.</p>
      <p>After identifying the initial set of papers through the presented search strings, we reviewed
their references to find additional relevant studies (snowballing). Additionally, we incorporated
literature that we were aware of, but did not appear in the initial search results. By following
this semi-structured method, this paper tries to synthesize key findings while staying adaptable
to new viewpoints. The results of the conducted research method are presented in Section 4.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Efort estimation challenges</title>
      <p>
        As mentioned in the Introduction, the focus of this Section is on presenting the challenges
that were uncovered through the research methodology employed. In the following Sections
4.1 and 4.2, will look more closely at these challenges, which have emerged as significant
ifndings. Previous research [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] in this area served as the major source of information for our
classification of challenges. In addition to other literature, we changed and renamed certain
challenge categories while still keeping their intended purpose. This was done in order to
improve the readability and clarity of our results. An overview of the five identified challenge
categories is presented in Figure 1.
      </p>
      <sec id="sec-4-1">
        <title>4.1. Identified challenges</title>
        <p>The challenges associated with efort estimation manifest at various stages of estimation
—namely, before, during, and after the actual estimation. Some of them are complex and
encompass many diferent aspects, each of which poses particular dificulties. In the following
of this Section, we will examine and evaluate these challenges, shedding light on the
complexities that arise regarding the activity of efort estimation. By doing this, we hope to ofer a
thorough overview of the variables afecting estimation as well as the challenges that arise
during it. Note that all identified challenges are already present in the selected literature (see
Table 1) and their categorization is done based on subjective assessment.</p>
        <sec id="sec-4-1-1">
          <title>1. Challenges related to the organization</title>
          <p>Organizations frequently face a number of challenges throughout the efort estimation
activity. Eight key challenges that obstruct eficient efort estimation were found and are
discussed in the following.</p>
          <p>• O1: Methodology/formalism – Pertains to the lack of procedures and policies
on how to deal with failures and avoid repeating mistakes by learning from past
experiences.
• O2: Time constraints - There is a lack of time for estimating requirements, and
the activity of estimating efort and identifying dependencies can be very
timeconsuming.
• O3: Task details - Multiple aspects of size measurement, their adjustment, task
sequence and priority.
• O4: Pressure and control by management - A very common challenge resulting
in inaccurate estimates to meet management expectations and feeling pressured to
be faster than original estimates.
• O5: Inappropriate tool support - Complexity and inflexibility of the (estimation)
tool, as well as the lack of features that could support the estimation activity.
• O6: Lack of organizational knowledge - Pertains to the lack of contacts (experts)
required for the efort estimation activity, additional overhead such as meetings and
explanations, neglection of relevant factors such as dependencies in initial estimates
or non-functional requirements and resources in terms of people.
• O7: Unforeseen changes - In terms of system or process-related problems during
implementation, ad-hoc requirements, changes in the timeline, or people leaving
the project.
• O8: Lack of a formal estimation technique - In ASD, people and the interactions
between them are valued more than processes and tools, but this doesn’t mean that
the estimation activity should be completely left behind. Other challenges include
lack of information about the estimation activity itself.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>2. Challenges related to the customer</title>
          <p>Accurately capturing customer requirements and expectations is a crucial challenge
during the efort estimation activity. During our research, we identified four general
challenges in this area.</p>
          <p>• C1: Communication issues – that pertain to customer irresponsiveness.
• C2: Unclear information - information deficit regarding the requirements and
unclear .
• C3: Unstable information - uncertainty of requirements and frequent
requirements changes, after the estimation is done.
• C4: Information quality - the amount and characteristics of the information
provided by the customer.</p>
        </sec>
        <sec id="sec-4-1-3">
          <title>3. Challenges related to data</title>
          <p>The quality, availability, and interpretation of data are crucial components of efort
estimation. As a result of our research, we found that this category presents three
challenges.</p>
          <p>• D1: Accuracy – Pertains to the accuracy of the estimated value in relation to actual
efort spent.
• D2: Lack of measures to improve and monitor estimations – In addition to
measures/metrics that measure planned and actual eforts.
• D3: Information deficit in the initial estimation of large, complex
requirements – lack of historical data (in regard to previous projects or completed
requirements, as well as the data quality and dataset characteristics) and changing
requirements (especially in the beginning) due to size, dependencies, and
uncertainty.</p>
        </sec>
        <sec id="sec-4-1-4">
          <title>4. Challenges related to the team</title>
          <p>Issues pertaining to the team itself present another challenge category during efort
estimation. Estimates can be greatly impacted by factors like team composition, experience
levels, and communication styles. We identified seven key challenges that belong in this
category, which are more elaborated in the following.</p>
          <p>• T1: Unclear responsibilities - Lack of knowledge about the responsibility in terms
of person, team, or workstream for certain requirements. Another sub-challenge is
working on parallel projects, therefore producing the same outcome.
• T2: Lack of team commitment - General resistance to the program’s way of
working and team members not participating in the estimation activities. In some
cases, there also may be resistance of the estimation technique used, as well as
ignorance of documentation.
• T3: Team changes and history - Frequent team changes and a lack of previous
work history may hinder the estimation activity.
• T4: Common understanding of requirements - A correct and team-wise
understanding of requirements may in some cases negatively afect the estimations
produced.
• T5: Subjectivity of estimates (biases) - Estimates are based on subjective criteria
such as the individual knowledge of the estimators. There are some diferent aspects
to this challenge, namely:
a) anchoring - the first numbers “played” or vocalized serve as an implicit starting
point, influencing later estimates.
b) groupthink - dominant personalities or the desire for quick consensus causes
team members to converge on estimates without fully debating underlying
uncertainties.
c) Optimism &amp; pessimism - voicing the very extreme estimates.
d) Skill disparities - team members may not have the same experience as their
more senior counterparts, afecting their judgement.
• T6: Eficient communication - Language barriers challenging the correct
understanding of requirements, spatial distribution and dificulty to reach a consensus all
lie within this category.
• T7: Lack of knowledge and experience - Teams often lack experience and
knowledge regarding efort estimation.</p>
        </sec>
        <sec id="sec-4-1-5">
          <title>5. Challenges related to the project</title>
          <p>The software project being developed plays a big role in the potential challenges that
may arise during efort estimation. In this category, we identified three major challenges.
• P1: Technological factors – The technological complexity of the project and lack
of knowledge on the required technologies.
• P2: Impact of existing system factors – The set of chosen factors, such as
database used, development platform an programming language.
• P3: Project setting - A fixed, large time frame requiring initial estimates and the
tight tying of estimates to the budget limit the flexibility of estimations. Other issues
that arise in this category are (too) big projects or backlogs, complexity of tasks and
project environmental settings.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Challenge frequency mapping</title>
        <p>Following the classification of the identified challenges in the previous subsection, we now turn
to their frequency mapping. This step involved aggregating the frequency with which each
challenge was mentioned in the literature. An overview of all references is given in Table 1,
which links each of the challenges to the appropriate source from which it was found.</p>
        <p>The presence of T5: Subjectivity of estimates, which was found in twelve distinct
references, is an important finding from our research. This implies that a significant issue facing
ASD is subjective biases in efort estimation. During efort estimation, expert judgment is often
necessary, which, by it’s nature, involves subjectivity. Furthermore, this challenge is often
brought to light due to diferences in experience, biases, and diferent perceptions of project
needs. Similarly, C1: Communication issues with the customer were mentioned eleven times,
making it another frequently mentioned challenge. This high number is explained by how
important stakeholder engagement is to estimations. The importance of this challenge is further
highlighted by the fact that inconsistency in efort estimation is frequently caused by misaligned
expectations, unclear requirements, and insuficient communication.</p>
        <p>On the other hand, challenges including O4: Pressure and control by management,</p>
        <sec id="sec-4-2-1">
          <title>D1: Accuracy, P3: Project setting, and T7: Lack of knowledge and experience with the</title>
          <p>estimation activities received less references. Their specificity to certain organizational contexts,
or their minor importance in relation to more dominant challenges (like subjectivity), may be
the reasons for the smaller amount of attention they receive.</p>
          <p>On the other end of the spectrum, the least mentioned challenges are mostly related to the
customer (C2: Unclear information, C3: Unstable information and C4: Information
quality) and O5: Inappropriate tool support. These challenges seem to be less present in the
literature, as presented with less than three mentions. One possible explanation may be that
organizations prioritize other challenges that can be solved in a known way. On the other hand,
this finding may potentially reference a lesser know gap in the literature, that can be addressed
in the future.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Mitigation propositions</title>
      <p>To further enrich the insights from our research, we selected the least frequently discussed
challenges in the set body of literature discussed in Section 3. This decision was motivated by
the understanding that, despite their limited representation in the literature, these challenges
may have important implications for both theory and practice. By highlighting them, we want
to consolidate potential solutions to address them, as well as encourage more research into
these understudied but potentially significant areas.</p>
      <p>To mitigate O5 - Inappropriate tool support organisations should utilize tool support
to automate estimation using available and historical data, thereby reducing time and
incomparability while enhancing transparency. In this case, it is recommended that such tools are
user-friendly and capable of integrating relevant data [19]. The incorporation of analogies with
similar projects and initial estimates can further improve estimation. Additionally, tools can be
enhanced with features such as Post-its or Scrum Boards to support and visualize the estimation
activities [19].</p>
      <p>
        Given the similar nature and underlying causes of challenges C2 - Unclear information,
C3 - Unstable information and C4 - Information quality a combined set of mitigation
strategies is proposed to address them collectively. Common issues such as unclear, unstable,
or inaccurate data, should be addressed particularly in user stories, acceptance criteria, and
requirements. A proposed approach is through detailed analysis and stakeholder validation prior
to estimation. Practitioners should apply structured approaches such as the INVEST criteria,
estimation checklists, and developer stories, as well as explore techniques for identifying
uncertainty, missing information, or relevant quality attributes. Team members should be
equipped with adequate domain and technical knowledge [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Clear documentation standards
are recommended to be established and validation procedures to be enforced during information
gathering. An additional recommendation can be to implement version control and change
management practices to ensure traceability of evolving information.
      </p>
      <p>Another rarely mentioned challenge is O8 - Lack of a formal estimation technique. To
mitigate this challenge, a structured process for developing and evolving estimation checklists
tailored to agile teams can be adopted. Such checklists could support expert judgment by
ensuring critical factors are considered consistently, thereby reducing the risk of underestimation
and improving the reliability of efort estimates [22]. Training sessions and workshops can be
implemented to enhance development team and stakeholders’ understanding and application of
estimation techniques, to promote consistency and overall understanding. This challenge can
be improved with the integration of estimation tools (O5) to streamline adoption and ensure
continuous usage.</p>
      <p>Since challenges P1: Technological factors and P2: Impact of existing system factors
share a similar underlying nature, their mitigation proposals will be discussed jointly. A potential
solution lies in investing in continuous training and upskilling initiatives, that are tailored to the
project’s tools and platforms. Technical evaluations conducted early on can assist in identifying
knowledge gaps and directing resource allocation appropriately. To further lower technical risk,
criteria should be established for choosing technologies based on team knowledge, scalability,
and project needs. Cooperation with external experts can ofer additional assistance in handling
challenging technology settings.</p>
      <p>The mitigation propositions discussed above are specifically tailored to address the least
frequently mentioned challenges identified in the reviewed literature. While these proposals
ofer potential solutions, it is important to acknowledge that their efectiveness may vary across
diferent contexts, team structures, and software characteristics.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion and future work</title>
      <p>In this paper, through a semi-structured literature review, we shed light on twenty five major
challenges regarding efort estimation in ASD, along with explanations of their definitions.
Additionally, we grouped them into five categories, each focusing on a distinct area. Furthermore,
we examined how commonly they appear in the literature, emphasizing both the most and
the least frequently discussed challenges. Our findings highlight that certain challenges, like
the importance of team experience and the impact of biases, are well known, others, including
information quality and tooling support, are not as well-discussed but nevertheless afect the
estimation activities. Another significant contribution of our paper lies in the identification
and formulation of mitigation propositions for the least frequently mentioned challenges in
efort estimation in ASD. These challenges, while not widely discussed in the existing body of
literature, can have a considerable impact on project outcomes if left unaddressed. The proposed
mitigation strategies serve as potential solutions and are proposed based on findings from the
reviewed literature.</p>
      <p>Using the results of our paper, the proposed strategies are intended to guide practitioners in
proactively identifying and managing these challenges within their own organizational and
project-specific settings, as well as have a better understanding of existing gaps and areas that
need more investigation.</p>
      <p>Even though this paper provides a structured perspective on the challenges in efort estimation
in ASD, there are still a number of future research directions that can be explored further. During
our research, we noticed that there is a lack of empirical studies done in this area. Therefore,
one potential research direction lies in the empirical validation of the impact and occurence of
these challenges in actual agile projects. Further research into less-studied challenges, such as
information quality, unclear and unstable information, may reveal some new viewpoints and
solutions.</p>
      <p>Future research can help develop more accurate and eficient methods for efort estimation
by filling in these research gaps. This will, in turn ultimately help in the successful planning
and implementation of agile software projects.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The authors acknowledge financial support from the Slovenian Research and Innovation Agency
(Research Core Funding No. P2-0057).</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used QuillBot, Grammarly and Thesaurus
in order to: Paraphrase and reword, check grammar, search for synonyms, analyze tone, and
improve fluency. After using these tools and services, the authors reviewed and edited the
content as needed and take full responsibility for the publication’s content.
[27] M. Jorgensen, S. Grimstad, Software Development Estimation Biases: The Role of
Interdependence, IEEE Transactions on Software Engineering 38 (2012) 677–693. URL:
https://ieeexplore.ieee.org/abstract/document/6193066. doi:10.1109/TSE.2011.40,
conference Name: IEEE Transactions on Software Engineering.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A</given-names>
            <surname>Guide To</surname>
          </string-name>
          <article-title>The Project Management Body Of Knowledge (PMBOK Guides)</article-title>
          ,
          <source>Project Management Institute</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Trendowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jefery</surname>
          </string-name>
          ,
          <source>Software Project Efort Estimation: Foundations and Best Practice Guidelines for Success</source>
          , Springer International Publishing, Cham,
          <year>2014</year>
          . URL: https://link. springer.com/10.1007/978-3-
          <fpage>319</fpage>
          -03629-8. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -03629-8.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Saklamaeva</surname>
          </string-name>
          , L. Pavlič,
          <article-title>Efort estimation in agile software development - is ai a resourceful addition?</article-title>
          ,
          <source>Faculty of Sciences, Department of mathematics and Informatics</source>
          ,
          <year>2024</year>
          , p.
          <fpage>208</fpage>
          -
          <lpage>220</lpage>
          . URL: https://perun.pmf.uns.ac.rs/sqamia/2024/download/ sqamia-2024
          <source>-proceedings.pdf, nasl. z nasl. zaslona.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Usman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mendes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Neiva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Britto</surname>
          </string-name>
          ,
          <article-title>Efort estimation in agile software development: A systematic literature review</article-title>
          ,
          <year>2014</year>
          . doi:
          <volume>10</volume>
          .1145/2639490.2639503.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Usman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mendes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Börstler</surname>
          </string-name>
          ,
          <article-title>Efort estimation in agile software development: a survey on the state of the practice</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Evaluation and Assessment in Software Engineering</source>
          , ACM,
          <string-name>
            <surname>Nanjing</surname>
            <given-names>China</given-names>
          </string-name>
          ,
          <year>2015</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . URL: https://dl.acm.org/doi/10.1145/2745802.2745813. doi:
          <volume>10</volume>
          .1145/2745802.2745813.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pasuksmit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Thongtanunam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karunasekera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Systematic</given-names>
            <surname>Literature</surname>
          </string-name>
          <article-title>Review on Reasons and Approaches for Accurate Efort Estimations in Agile, 2024</article-title>
          . URL: http://arxiv. org/abs/2405.01569. doi:
          <volume>10</volume>
          .48550/arXiv.2405.01569, arXiv:
          <fpage>2405</fpage>
          .01569 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C. H.</given-names>
            <surname>Rashid</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Shafi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ahmad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. B.</given-names>
            <surname>Thompson</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Vergara</surname>
            , I. de la Torre Diez,
            <given-names>I. Ashraf</given-names>
          </string-name>
          ,
          <source>Software Cost and Efort Estimation: Current Approaches and Future Trends, IEEE Access 11</source>
          (
          <year>2023</year>
          )
          <fpage>99268</fpage>
          -
          <lpage>99288</lpage>
          . URL: https://ieeexplore.ieee.org/document/10243029/?arnumber= 10243029. doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2023</year>
          .
          <volume>3312716</volume>
          , conference Name: IEEE Access.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Sinaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Raharjo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. W.</given-names>
            <surname>Trisnawaty</surname>
          </string-name>
          ,
          <article-title>EXPLORING AGILE EFFORT ESTIMATION ISSUES: A SYSTEMATIC LITERATURE REVIEW, JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer</article-title>
          )
          <volume>10</volume>
          (
          <year>2024</year>
          )
          <fpage>415</fpage>
          -
          <lpage>424</lpage>
          . URL: https://ejournal.nusamandiri.ac.id/index. php/jitk/article/view/5597. doi:
          <volume>10</volume>
          .33480/jitk.v10i2.
          <fpage>5597</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Alsaadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Saeedi</surname>
          </string-name>
          ,
          <article-title>Data-driven efort estimation techniques of agile user stories: a systematic literature review</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>55</volume>
          (
          <year>2022</year>
          )
          <fpage>5485</fpage>
          -
          <lpage>5516</lpage>
          . URL: https://doi.org/10.1007/s10462-021-10132-x. doi:
          <volume>10</volume>
          .1007/s10462-021-10132-x.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Tuna</given-names>
            <surname>Hacaloğlu</surname>
          </string-name>
          , T. Hacaloglu,
          <string-name>
            <given-names>Onur</given-names>
            <surname>Demirörs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Demirörs</surname>
          </string-name>
          ,
          <article-title>Challenges of using software size in agile software development: A systematic literature review</article-title>
          ,
          <source>IWSM-Mensura</source>
          (
          <year>2018</year>
          )
          <fpage>109</fpage>
          -
          <lpage>122</lpage>
          . MAG ID:
          <article-title>2904171551 S2ID: 28b3e97b9001a80dbf1d5c64de573b208e807422.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fernández-Diego</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. R.</given-names>
            <surname>Méndez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>González-Ladrón-De-Guevara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Abrahão</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Insfran</surname>
          </string-name>
          ,
          <source>An Update on Efort Estimation in Agile Software Development: A Systematic Literature Review, IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>166768</fpage>
          -
          <lpage>166800</lpage>
          . URL: https://ieeexplore.ieee.org/document/ 9186107/?arnumber=9186107. doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2020</year>
          .
          <volume>3021664</volume>
          , conference Name: IEEE Access.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pasuksmit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Thongtanunam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karunasekera</surname>
          </string-name>
          ,
          <article-title>A systematic literature review on reasons and approaches for accurate efort estimations in agile</article-title>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>56</volume>
          (
          <year>2024</year>
          ). URL: https://doi.org/10.1145/3663365. doi:
          <volume>10</volume>
          .1145/3663365.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Piñeros Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. M.</given-names>
            <surname>Sierra Martinez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. H.</given-names>
            <surname>Pelufo Ordoñez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Timana</surname>
          </string-name>
          <string-name>
            <surname>Peña</surname>
          </string-name>
          , Efort Estimation in Agile Software Development:
          <string-name>
            <given-names>A Systematic</given-names>
            <surname>Map</surname>
          </string-name>
          <string-name>
            <surname>Study</surname>
          </string-name>
          , Inge CuC
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>