This is the second article covering creating a report using Microsoft Add-Ins for DevOps integration. If you miss setting up the add-ins, read this post: How to Create Project Report in Azure DevOps (ridilabs.net). This article will discuss creating a readable Excel report for project managers or product owners to understand their project progress.
Step 1 – Creating Query
Create your default q...
[More]
In this article, we want to discuss creating a project report from Azure DevOps into Microsoft Excel. So, let's get started:
Download the Azure DevOps Office 2019 here Download Visual Studio Tools - Install Free for Windows, Mac, Linux (microsoft.com)
After installing, choose Team Tab and after that click new List
You can add server by put https://dev.azure.com/yourorganization/ . The s...
[More]
If you're looking to learn C# and .NET 8, there are numerous resources available that can help you get started, regardless of whether you're a complete beginner or an experienced developer seeking to expand your knowledge.
Starting from .NET and C# Website
Discover Microsoft's authoritative Learning Center for C# and .NET. This comprehensive resource provides you with free tutorials, courses, v...
[More]
Task in Azure DevOps
A task is a unit of work that can be assigned to a team member in Azure DevOps. Tasks are usually created as part of a user story or a feature, and they help to break down the work into smaller and manageable pieces. Tasks can also be used to track technical activities such as coding, designing, technical debt, or other types of work that are not directly related to a user st...
[More]
In this blog post, I will discuss the impact of generative AI on the programming profession. Generative AI is a branch of artificial intelligence that can create content such as text, images, music, code, and more. It uses deep learning models to learn from large amounts of data and generate new outputs based on some input or prompt. Generative AI like GitHub Copilot, Visual Studio Intelli Code, a...
[More]
If you are using Azure Boards to manage your projects, you might have encountered a situation where you want to see the progress of a parent work item based on the status of its child work items. For example, you might want to see how many tasks are completed for a user story, or how many bugs are resolved for a feature. This is where the rollup column comes in handy.
The rollup column is a custo...
[More]
One of the most challenging aspects of software development is estimating how much time and resources a project will require. Many factors can affect the accuracy of the estimates, such as the complexity of the requirements, the availability of the team members, the quality of the code, and the unpredictability of the environment. In this blog post, we will explore how Azure DevOps can help you cr...
[More]
Reporting is a part of communication that you should do to the client. One way to report the progress of the project is by giving the client real world progress that done in Azure Boards. To do that we need to create queries that can be used to create the report that can be sent to the customer. On this article, I will share you the five queries that you can use for your sprint review as well as w...
[More]
Hello, today we will apply Agile Project Management in Azure Boards. This tutorial allows you to plan, create, manage, and track the software project by using Azure Boards. Azure boards are part of Azure DevOps. It can be obtained from dev.azure.com. The purpose of this tutorial is to show you how to implement Agile Project Management in Azure Boards. For example, you need to create project propos...
[More]
Understand your semantic career
 Information technology (IT) is a broad and diverse field that encompasses many aspects of computing, networking, security, data, and software development. IT professionals are in high demand in various sectors and industries, such as finance, health care, education, entertainment, and government. But how can you understand your IT career and make the most of it...
[More]