How To Download Velocity Chart From Jira !new! Info
Downloading a velocity chart from Jira can be done natively as an image or via several manual methods if you need the underlying data in CSV or Excel format. While Jira Cloud does not offer a one-click "Download to Excel" button for the chart itself, you can easily capture the visual or export the raw sprint data to recreate it.
Once downloaded, you can use Excel's Pivot Tables to sum up "Story Points" per sprint to recreate the velocity bars. Velocity Chart export button - Atlassian Community how to download velocity chart from jira
Use a JQL query to find issues from the relevant sprints, for example: project = "YourProject" AND sprint IN (sprintID1, sprintID2) . Click the button in the top-right corner. Choose Export Excel CSV (all fields) or Current fields . Downloading a velocity chart from Jira can be
Native Jira Cloud does not currently support exporting the velocity chart's aggregated data (the bar graph values) directly to a spreadsheet. To get this data, you must export the individual issues from the sprints: Go to > Advanced Issue Search . Velocity Chart export button - Atlassian Community Use