function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFSkumarSFSkumar 

Hi, I want to do a burndown chart (or similar) to control my sprints (planified tasks vs finished tasks). How can I do it?

NagendraNagendra (Salesforce Developers) 
Hi,

Salesforce doesn't have a native feature to build burndown chart. But you can achieve this based on your requirement and frequency of use either way.

1. You can create a custom chart by using a visualforce page which needs coding but can be done and will give you feature the way you want. You can follow below links. data manipulation and how you will get the data is as per your requirements.
  • https://groups.google.com/forum/#!topic/google-visualization-api/3nS7hOyGiRE
  • https://developer.salesforce.com/blogs/tech-pubs/2011/09/introducing-visualforce-charting.html

2. Salesforce have a free app excahnage app called "Salesforce Agile accelerator" to manage complete agile operation. It can be easily integrated with any of your ticket/Incident tracking application which can reflect in the scrum user stories. Along with many other agile features, it will give you burndown chart,team velocity etc.. Hope this helps.

Thanks,
Nagendra