How do I generate a simple report that shows what tickets, tasks and bugs are left to do in the current sprint and backlog?
Hi @Caine Smith ,
With the help of JQL you will be able to get tickets that are left in sprint. If you looking for current sprint you can use below sample query.
project = ABC AND Sprint in openSprints() AND resolution is EMPTY
Also if you looking for specific spirit you can directly use sprint name in JQL and these JQL can be used in gadgets for dashboards.
project = ABC AND Sprint = "Sprint 1" AND resolution is EMPTY
Thanks
Avinash
but if you also want to include backlog as you mentioned just use
project = abc and resolution is empty
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.