In JIRA I can create a velocity report
(Instruction: https://confluence.atlassian.com/agile/jira-agile-user-s-guide/using-a-board/using-reports/viewing-the-velocity-chart)
I want to incorporate this report in a confluence page
I could not found any info yet about this subject
Please help
Hi Djung,
It is possible to build the same chart in confluence using those macros:
In JIRA Issues enter jql for issue you are interested, set fields Resolution and Sprint to display.
Wrap JIRA Issues macro with Pivot Table, set Sprint column in Row Labels parameter and Resolution in Column Labels parameter.
Wrap Pivot Table macro with Chart from Table macro, choose Column chart type, set Count Fixed and Count Unresolved in Values Column parameter.
That's it! Hope I could help you.
This seems like a amazing workaround that can get really close to what I need to put out (Velocity metrics on Confluence). I followed through the steps described but stuck at the final step. When I try to generate the chart, the options that I am getting to choose are only "Count" and "Count Done" which both seem to be same value. Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not as impressed with this workaround. Velocity is among the most important metrics any Agile team measures. Two Atlassian products being unable to display this basic information without paying for the Table Filter and Charts plugin is shameful, like hosting a pool party but requiring guests to bring their own water.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, agree with you. Velocity is a very basic thing in jira, but it's hard to insert it into confluence page. Shame.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Andrey. The approach works for me though I had to make a few minor changes to account for the year 2020, which I have bolded.
In JIRA Issues enter jql for issue you are interested, set fields Status, Sprint and Story Points to display.
Wrap JIRA Issues macro with Pivot Table, set Sprint column in Row Labels parameter and Status in Column Labels parameter.
Wrap Pivot Table macro with Chart from Table macro, choose Column chart type, set 'Sum of Story Points Done' in Values Column parameter.
However I could only achieve a view showing completed Story Points trend, but not committed Story Points.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Has anyone been able to do this using the Jira macro in 2024? It looks like the way tables are rendered has now impacted this workaround.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Need to be able to do this using native Cloud-based JIRA/Confluence gadgets, etc. My firm isn't buying add-ons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do i create a velocity gadget I am completely lost, i can see a velocity report but it doesn't have a gadget
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael,
Here is an example how to create the velocity chart in Confluence using the Table Filter and Charts app. Find more examples here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Although my response may not be ideal to the original request (and almost a year later), I have been able to incorporate velocity calculations in Google Sheets which our teams collaboratively use in our Org. We then also via Hyperlink, view the Sprint Reports in JIRA for each sprint (I took them out in this example). The following formulas are how we're calculating capacity:
This sheet (with formulas) allows us to view velocity Sprint to Sprint (right from the JIRA Velocity Report, which is inputted manually for the time being), and on the right, Metrics are calculated using Google Sheet formulas, including percentage calculations (which are updated automatically as a new row is created) along with some other validation and conditional formatting I did not include on this update.
Maybe this can help you for the time being? We have a direct URL to this sheet from our JIRA projects which simplifies accessibility for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.