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.
hi, create a filter using jql : due <= startOfDay(1) and due > startOfDay() and create a subscribe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.