Integrating agile principles into ITSM metrics

Vando Gonçalves • March 26, 2024

In the fast-evolving landscape of IT service management (ITSM), embracing the principle of continual improvement has never been more crucial. This concept, a core practice borrowed from Agile and integrated into ITIL 4, stands as one of the pivotal elements of the Service Value Chain. It underscores the necessity of an ongoing cycle of reviewing and refining processes to enhance IT service delivery effectively.



At the heart of this principle lies the strategic use of ITSM metrics. To optimize IT service delivery, it is essential to consistently analyze and interpret performance data. This approach enables organizations to identify areas for improvement and gauge the impact of implemented changes. As the famous saying by Peter Drucker goes, “You can’t improve what you don’t measure,” companies need to pick the right metrics that help them see what’s going on in their operations.


However, the task of selecting the right metrics is compounded by the challenge of data overload. In today’s digital age, IT departments are flooded with diverse data types, from problem and change records to service requests and user details. This wealth of information, while potentially valuable, can often lead to disconnected data sets, making it difficult for leaders to obtain a comprehensive view necessary for informed decision-making.


Implementing ITSM offers a significant advantage: the ability to aggregate data. This process involves compiling various pieces of information from across the organization, a crucial step for making informed decisions and identifying trends. However, this is merely the beginning of the journey.


The IT sector encounters further challenges in effectively utilizing this aggregated data. Developing the ability to select relevant data to enhance processes and services is an essential skill for IT teams. This skill is vital for turning raw data into actionable insights that drive continuous improvement and operational excellence.


 This article aims to shed light on this challenge, offering practical advice for IT leaders. By exploring how to select metrics that align with Agile principles integrated into their ITSM frameworks, it is possible to enable IT teams to effect meaningful, ongoing enhancement in their service delivery.


To uncover valuable insights, look beyond the surface

Take Dropbox as an example: after launching in September 2008, they quickly realized that referrals were key to acquiring new customers. By rewarding both the referrer and the referee with extra storage, they ignited a 3900% growth in 15 months. Imagine if they had only tracked basic metrics like storage usage or overall customer growth without honing in on acquisition strategies.


This principle applies across the board. For instance, in IT, it’s not enough to know that an incident resolution was delayed. Effective ITSM metrics can reveal deeper insights, such as delays in engaging the correct team due to poorly documented resolutions from similar past incidents. This approach not only identifies the problem but also suggests actionable steps for improvement, moving beyond mere observation to facilitate real solutions.


+ Case Study: How e-Core delivered in 40 days an ITSM solution involving Incident, Problem and Change Management


Step away from the vanity ITSM metrics

Vanity metrics are metrics that make you look good to others but do not help you understand your performance in a way that informs future strategies. Your metric should lead you to a course of action or inform a decision. It should allow you to reproduce good results, being specific and measurable. If you can’t control the variables to help you repeat the outcomes, then you cannot improve it.


An example of that is ticket volume. A large quantity of tickets does not imply low user satisfaction or that your team is not working effectively. If you leverage other information besides only the number of tickets (like date and time of creation, type of request, among other data we can get from Jira, for example), you can identify potential patterns and use this data to, for example, assign support agents for a high-volume period, or focus on knowledge-base articles which can help to divert those requests.


Reliable metrics are non-negotiable

You need to make sure the data is a real reflection of the truth, after all, data can be manipulated. Imagine your support team was pushed by the executive team to define a time to first response SLA. Your Service Level Objective (SLO) was defined as 90% of tickets meeting the defined SLA. If there is no transparency and the right visibility, what would happen if the team itself, by seeing the SLO would not be achieved, bulk-created tickets, quickly responded to those, to simply meet the numbers that were pushed to them?


One of our clients had a scenario where there was a liability in the trust in data, as reports were exported in CSV format. After the JSM implementation with the right ITIL practices in place, data became more reliable, as team performance indicators are automatically generated by the tool and can be shared in real time. This allowed the company to make strategic management decisions based on reliable data, enabling continuous improvement in service provision.


As businesses evolve, so should their metrics


Jacob Drucker, in Forbes Magazine, detailed how his company initially focused on listing as many sellers as possible to establish credibility. Once a critical mass was achieved, they pivoted their attention towards expanding the product range and depth. Eventually, their metrics evolved to emphasize shipping times and compliance with shipping guidelines. This narrative underlines a key point: metrics that kickstart a business may become less relevant as priorities shift and the company grows.


If we approach this from the perspective of ITSM, we can think of First Call Resolution, for example. This might be relevant for an organization when it’s starting to implement a Service Desk platform, but as it matures and implements other processes, knowledge management, the ticket which would be resolved on a first call, can start to be resolved by the user itself through a Self-Service Portal, leveraging the knowledge base articles. Remember: metrics should help your company discover what you don’t know.


Ultimately, the continuous improvement of ITSM metrics is grounded in the Scrum pillars: Transparency, Inspection, and Adaptation. If you’re facing challenges with your metrics or seeking to advance your ITSM practices, reach out to e-Core. We can assist in integrating your tools to enhance visibility and transparency across solutions, enabling data-driven decision-making.


Vando Gonçalves

Solutions Architect at e-Core | SAFe® 5 SPC & LPM | Atlassian Certified Expert | Jira Align Specialist

LET'S CONNECT

Ready to unlock your team's potential?


e-Core

We combine global expertise with emerging technologies to help companies like yours create innovative digital products, modernize technology platforms, and improve efficiency in digital operations.


You may also be interested in:

Por e-Core 22 de julho de 2025
A strategic approach to modernizing code At e-Core, we often partner with organizations whose software technically “works” in production, but just barely. Over time, shifting teams, competing priorities, and tight deadlines lead to codebases that are fragile, expensive to maintain, and risky to enhance. In this context, software refactoring becomes more than a technical task. It’s a business strategy that preserves continuity while unlocking future growth. Defining refactoring: Evolution without disruption Software refactoring is the disciplined restructuring of existing code, improving readability, modularity, and performance, without altering its external behavior. Unlike a full rewrite, refactoring delivers incremental value by: Accelerating feature delivery through cleaner, more modular code. Reducing operational risk by eliminating brittleness and regressions. Lowering total cost of ownership by making enhancements less labor-intensive. Why refactoring matters for business Healthy codebases have a direct business impact: Faster Time-to-Market: Modular components support parallel development and faster releases. Greater resilience: Decoupled services isolate failures and simplify maintenance. Easier onboarding: Clear architecture and design patterns help new developers ramp up quickly. Sustainable cost savings: Less firefighting, fewer regressions, and lower maintenance overhead. What may look like a simple “cleanup” is often the first step toward digital reinvention. Refactoring techniques In enterprise environments built on Java, C#, or Python, we apply proven object-oriented refactoring techniques to increase cohesion and extensibility: Class decoupling: Split monolithic classes into focused, single-responsibility components. SOLID principles: Apply interface segregation and dependency inversion to stabilize architecture. Composition over inheritance: Build flexible, interchangeable structures. Testability enhancements : Isolate side effects and inject dependencies for better test coverage. These techniques form the foundation of our incremental software refactoring roadmaps. Beyond OO: Choosing the right tools for each paradigm Modern languages blend programming paradigms. We help clients apply the right tools to the right problems: Functional patterns in Python to create concise, side-effect-free data pipelines. Kotlin/Scala hybrids that combine OO structure with expressive functional constructs. C# LINQ and Async for declarative data queries and scalable concurrency. This multi-paradigm approach ensures that systems remain robust, flexible, and expressive. A refactoring story: From debt to differentiation Case Study: Regional logistics provider
Por e-Core 16 de julho de 2025
Background Ricksoft is known for its popular work and project management apps on the Atlassian Marketplace, including WBS Gantt-Chart for Jira and Excel-like Bulk Issue Editor for Jira. Originating in Japan, the company has grown to serve over 8,000 customers worldwide through nine apps. Their tools are trusted by some of the world’s most innovative companies to boost productivity and manage complex work. By 2019, Ricksoft was seeing growing demand from customers in the Americas and Europe, and needed to scale its support operation beyond Japan. To serve new markets effectively, they had to provide fast, high-quality service in English and across time zones, while maintaining the responsiveness and care that defined their brand. That’s when they turned to e-Core. Our approach We designed a support solution based on three key principles: timezone alignment, consistent high-quality service, and cultural alignment . To get things right from the start, our analysts flew to Japan for in-depth training. They didn’t just learn the products; they learned how Ricksoft works , communicates, and supports customers. Once training wrapped, we built the support operation around Ricksoft’s priorities: timely responses, consistency, and a thoughtful, human tone. We created detailed documentation and a clear process for hiring and onboarding, ensuring every new analyst could step into the role with confidence and alignment. We also introduced monthly updates to the knowledge base and took responsibility for keeping existing articles relevant. That work paid off: most tickets are now resolved in just two to three exchanges , and self-service performance has improved across the board. Today, Ricksoft holds a satisfaction rate of 89 percent and a CSAT of 4.63 out of 5 , well above industry averages. As new analysts joined over the years and support expanded to more products, the service quality remained consistent. “We place great confidence in e-Core’s hiring decisions,” says Alessandro Cristiano, Support Manager at Ricksoft. “They understand how we work, and their mission, values, and culture attract good talent. We had five different generations of agents in seven years, and the work was consistent all the time.” Building long-term value through support. To make support even more impactful, we set up a feedback loop between support and product. Recurring issues and feature requests are flagged and shared with product managers, turning support into a valuable channel to inform product strategy. Tone and empathy matter, too. Ricksoft’s brand is rooted in respect, clarity, and thoughtful communication. We greet returning customers by name, tailor our closings, and have consistently met their SLA targets—with 99% first-response compliance within 12 hours or less. “What is special about e-Core is that they listen first,” Cristiano says. “They don’t try to mold things just for efficiency if it doesn’t work for you. First, they absorb your culture, and then transform it.” To strengthen Ricksoft’s presence in the Atlassian Marketplace , we introduced a post-ticket review request process. That simple step led to more customer reviews, better app ratings, and increased visibility. “We’re now at the top search results, which helps increase our app installs, and ultimately our revenue,” says Cristiano. We also monitor Ricksoft-related activity in the Atlassian Community. When their apps are mentioned, our team responds quickly and accurately, helping Ricksoft remain visible, helpful, and credible in the ecosystem .
Por e-Core 16 de julho de 2025
A successful cloud migration doesn’t start with tools, it starts with the right plan . Download this guide to discover a structured, strategic approach to migrating and modernizing workloads on AWS . Whether you’re just starting your cloud journey or looking to optimize an existing environment, this whitepaper gives you the clarity and framework to do it right. What you’ll learn: A 3-phase cloud assessment and planning framework AWS tools that support discovery, migration, and modernization How to reduce cloud spend, improve security, and scale with confidence Real-world planning strategies, including containerization, serverless, and data modernization