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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.