Forums

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

Making tickets approaching due date stand out more

chris wolfe June 17, 2022

Is there a way, using jira right out of the box with now add-ins to do the following:

A teammate of mine wants the tickets in her queue that are approaching their due dates to stand out more. I was thinking something like if the ticket is within two days of the due date, the ticket's summary will be prepended with asterisks such as *****, or

***DUE SOON*** to draw more attention to it. 

 

Can that be done?

Thanks in advance

 

1 answer

0 votes
Sreenivasaraju P
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 Leaders.
June 17, 2022

Hi @chris wolfe ,

You can achieve this using JQL. 

Create a jira filter , with below query (you can include project and issue type parameters to the query based on your requirement)

duedate > now() and duedate < 2d

and save the filter with appropriate name like due date approaching and subscribe it to the respective group or role 

or 

create a dashboard and add this filters with filter result gadget 

Suggest an answer

Log in or Sign up to answer