Is there a way to highlight items in the Kanban board that haven't been solved by the end date on the Jira story?
Hi @Paula Barrera and welcome to the community!
You have a couple options:
"End Date" < startOfDay()
If you're going with option 2, it would look something like this:
s"End Date" < startOfDay() AND flagged IS EMPTY AND resolved IS EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.