Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use target completion date on jira dashboard

Mujahid khan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 1, 2023

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 

1 answer

0 votes
Walter Buggenhout
Community Champion
September 1, 2023

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!

Suggest an answer

Log in or Sign up to answer