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 a epic and is linked to many issues, i want to get a pie chart view on the status of those linked issues
Hi @ankit nangia
Welcome to the Atlassian Community.
Just to confirm on your needs, are you looking for a way to create a graph for the status of "Issues in Epic" of a specific Epic or is it something different?
Kind regards,
Thiago Masutti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great. If that's the issue, then we can do that with out-of-the-box tools. :)
I will soon reply with some steps and you let us know if that helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my example I have Epic SCRUM1-24 with a few Issues in epic linked.
Using the Epic Link custom field, I can create a JQL to search for those issues.
With that, I can save the search as a filter for subsequent usage on a Dashboard or on a Confluence page.
Here's the example of using this filter within a pie chart.
If I want to show something similar within a Confluence page, then I can use the Jira Chart Macro.
I hope that was what you were looking for.
Kind regards,
Thiago Masutti
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.
Hi @Thiago Masutti
I am trying to achieve the same thing but it's not happening and I am not sure what's wrong. Need serious help here.
I have different types of projects and we are trying to capture the Accessibility progress in our Dashboard using a pie chart. We have epic and child issues associated with it. I am able to fetch the epic but not its child issue in the pie chart.
JQL query is:
project = ABC AND issuetype = Epic AND text ~ "ABC Accessibility" ORDER BY created DESC
I tried this "EPIC Link" = ABC-3223
It doesn't work in my case. I know I am missing something and I need your guidance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is only possible with Advanced JQL Plugins which offer subqueries
Some examples here are
Scriptrunner which offers linked issues searching function --> https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?tab=overview&hosting=cloud
JQL Search Extensions --> https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira-the-jql-extensions?tab=overview&hosting=cloud
Please explore and decide if you need to move ahead with the plugin
Thanks,
Pramodh
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.