You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have two custom columns “story point” and “Defects count” as below.I need a filter which will sum up the Defect count per story point.
Story point | Defect Count |
5 | 2 |
8 | 3 |
5 | 4 |
8 | 5 |
Expected Output:
Story Point | Defect Count |
5 | 6 |
8 | 8 |
Could you help on how to achieve this?
Hi @kavyapm ,
You can try the Table Filter and Charts for Confluence app.
Wrap your table (or an output of your Jira Issues macro) in the Pivot Table macro and create the required pivot (works similar to Excel):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The app is for Confluence, not for Jira - you can create visualized Jira dashboards in Confluence with its help but not vice versa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much. I am able to get the chart prepared with this plug in.This Plugin is free only for 1 month. Please let me know If same thing can be achieved in Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, we work with Confluence - try to browse Atlassian Marketplace and find something free for Jira, as far as I know, there are no such feature out-of-the-box.
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.