Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Highlight items passed the due date in Kanban board

Paula Barrera
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!
May 8, 2023

Is there a way to highlight items in the Kanban board that haven't been solved by the end date on the Jira story? 

1 answer

1 vote
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 8, 2023

Hi @Paula Barrera and welcome to the community!

You have a couple options:

  1. Use card color functionality based upon JQL
    1. "End Date" < startOfDay()
  2. Use automation to flag the issue which will provide the native visual indicator

 

If you're going with option 2, it would look something like this:

  • TRIGGER: Scheduled (Daily)
    • s"End Date" < startOfDay() AND flagged IS EMPTY AND resolved IS EMPTY
  • ACTION: Edit Issue (Flagged)
    • Impediment

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events