The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

howto hightlight overdue tickets in dashboard tables ?

Mathias Buchholz
January 7, 2015

Hello,

a customer need is getting a dashboard table getting own ticket which are not closed or resolved yet.

That list should show the ticket with specific highlighting depending on "overdue state". 

overdue tickets should be highlighted in RED, tickets close to expiration date in YELLOW.

 

How could I resolve that issue? 

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 7, 2015

You can't have the color coding in JIRA without using plugins. I had seen one in that past but it was not updated for later versions.

The best thing to do is to create a filter that shows all overdue issues and display it in the dashboard using "Filter Results" gadget. Query will look something like:

assignee = currentUser and due <= now() and resolution = Unresolved

Btw, this assumes that you are capturing the due date correctly on the tickets. If it is another date field, use that instead of due.