I want to place notifications for a deadline or meeting to a ticket.
How can i do that?
Hello,
You could create a filter to select issues, which are about to meet a deadline.
For example, your JQL query could look like this:
due < 2d
which means to show tickets, which will hit the dueDate field within 2 days.
Then you can create a subscription for this filter to send email to users on schedule.
You can read more information about it here:
https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.