if (document.cookie.includes('cookieConsent=all') || document.cookie.includes('cookieConsent=analytics')) { var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-28644221-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); }
3 05, 2018

Velocity, a key indicator for better planning

2019-03-14T16:22:03+00:00May 3rd, 2018|

How do you estimate the amount of work your team can realize within a sprint? Velocity is one of the most popular measures used by Scrum teams to add up effort estimates. This post intends to demonstrate how velocity can be useful during sprint planning to estimate how long the project will take to complete. [...]

21 03, 2018

7 Methods to Keep Sprint Meetings on Point

2019-05-28T15:04:38+00:00March 21st, 2018|

Almost every business around the globe relies on Sprint meetings in order to set a direction for the company, disseminate information, delegate tasks, and review the team’s performance. However, most meetings tend to drag on way longer than required, adversely affecting the productivity and the profitability of the organization. According to an article published in the [...]

12 02, 2018

How to manage and tag your stories with labels

2019-03-14T17:18:17+00:00February 12th, 2018|

Labels are visual indicators that can be associated with stories from both Agile boards and Scrum sprints. Use labels to organize and improve your board/sprint workflow and keep track of related stories.Thanks to this feature, you will have a better understanding of your project's progress since labels can make certain aspects of your workflow more [...]

29 01, 2018

A Nerd’s Guide on Sprint Backlog and Product Backlog

2019-10-11T15:46:16+00:00January 29th, 2018|

Learning about Agile systems can almost be like learning a new language. There are so many terms, ideologies, and frameworks to remember that it’s easy to get things confused or jumbled up. Whether you are confusing Scrum with Agile, still figuring out how to hold an effective Sprint Planning meeting, or unsuccessfully applying Agile frameworks, [...]

Go to Top