Hi,
Is there a way to show progress completion status of epics in dashboard? Is that configurable?
i.e Percentage of completed work and original estimates.
Can anyone help with JQL without having to add any customized plug-ins.
Thanks
Hi @Farah Khan
This is possible with the Issue Statistics gadget. You would set the statistic appropriately:
Your query could be as simple as this (you would need to provide the epic Keys for those epics you wish to track)
Project = x AND "Epic Link" IN (EPIC-1,EPIC-2,EPIC-3)
I'd be happy to help further refine the JQL if you can provide additional business logic.
Alternatively, you can write a simple python script to get this done. I am successfully running this for my current project, it gives me a collective consolidated view on all EPICs with their percentage completion in one click.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.