Hi, apart from using burndown chart, what JQL filter can I use to display completed /uncompleted stories in a current sprint?
Thanks
FV
Hi,
If you navigate to the Issues-tab you could perform a JQL search and save it as a filter.
This JQL-query should provide you with a list of issues in the current open sprint/sprints that are in a specific status (completed, uncompleted, whatever status you like). XX stands for the statusname.
sprint in openSprints() and status = XX
Hope this was to heplful for you!
Your "status = XX" can be worked out by looking at what status are mapped into the last column on the board, and will come out as something like "Status in (Done, Complete, Closed)"
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.