We have created a new Kanban board. We have a backlog with User stories with target completion date.
I want to display all the User stories where target completion date is less than today but not completed yet
Hi @Mujahid khan and welcome to the Community!
What you can do first is create a saved filter with the following JQL:
"completion date" <= startOfDay() AND resolution = Unresolved
Save it, e.g. under the name Overdue stories and add a Filter Results gadget to your dashboard. Select that saved filter as your gadget source filter and you should be good to go!
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.