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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.