Forums

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

Want to achieve due date base filter subscription with respective assignee.

Mahendar D August 28, 2019

Hi,

I want to achieve due date base filter subscription with respective assignee.
in jira now we can do subscription at group level and manually entering dates from due dates so mails are coming i dont need this one.
example:
In my jira each ticket has different due date so i want to get update before one day.
(i dnt want to create filter for each ticket).
For all tickets i have to get update before one day to assignee not to every one.

Real time example:
In banking : credit card system.
they are sending mail before 10 days from due date per credit card user.
how can we achieve this one.

1 answer

1 vote
Roman Kersky
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.
August 28, 2019

hi, create a filter using jql :  due <= startOfDay(1) and due > startOfDay()     and create a subscribe

Suggest an answer

Log in or Sign up to answer